diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
-rw-r--r-- | fs/nilfs2/nilfs.h | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index 250add84da76..74cece80e9a3 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -32,8 +32,21 @@ | |||
32 | #include "the_nilfs.h" | 32 | #include "the_nilfs.h" |
33 | #include "bmap.h" | 33 | #include "bmap.h" |
34 | 34 | ||
35 | /* | 35 | /** |
36 | * nilfs inode data in memory | 36 | * struct nilfs_inode_info - nilfs inode data in memory |
37 | * @i_flags: inode flags | ||
38 | * @i_state: dynamic state flags | ||
39 | * @i_bmap: pointer on i_bmap_data | ||
40 | * @i_bmap_data: raw block mapping | ||
41 | * @i_xattr: <TODO> | ||
42 | * @i_dir_start_lookup: page index of last successful search | ||
43 | * @i_cno: checkpoint number for GC inode | ||
44 | * @i_btnode_cache: cached pages of b-tree nodes | ||
45 | * @i_dirty: list for connecting dirty files | ||
46 | * @xattr_sem: semaphore for extended attributes processing | ||
47 | * @i_bh: buffer contains disk inode | ||
48 | * @i_root: root object of the current filesystem tree | ||
49 | * @vfs_inode: VFS inode object | ||
37 | */ | 50 | */ |
38 | struct nilfs_inode_info { | 51 | struct nilfs_inode_info { |
39 | __u32 i_flags; | 52 | __u32 i_flags; |