Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubifs_orphan Struct Reference

#include <ubifs.h>

Data Fields

struct rb_node rb
 
struct list_head list
 
struct list_head new_list
 
struct ubifs_orphancnext
 
struct ubifs_orphandnext
 
ino_t inum
 
int new
 

Detailed Description

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

Definition at line 908 of file ubifs.h.

Field Documentation

Definition at line 912 of file ubifs.h.

Definition at line 913 of file ubifs.h.

ino_t inum

Definition at line 914 of file ubifs.h.

Definition at line 910 of file ubifs.h.

int new

Definition at line 915 of file ubifs.h.

struct list_head new_list

Definition at line 911 of file ubifs.h.

Definition at line 909 of file ubifs.h.


The documentation for this struct was generated from the following file: