|
Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
| struct rb_node | rb |
| struct list_head | list |
| struct list_head | new_list |
| struct ubifs_orphan * | cnext |
| struct ubifs_orphan * | dnext |
| ino_t | inum |
| int | new |
struct ubifs_orphan - stores the inode number of an orphan. : rb-tree node of rb-tree of orphans sorted by inode number : list head of list of orphans in order added : list head of list of orphans added since the last commit : next orphan to commit : next orphan to delete : inode number : %1 => added since the last commit, otherwise %0
| struct ubifs_orphan* cnext |
| struct ubifs_orphan* dnext |
1.8.2