Linux Kernel
3.7.1
|
#include <nilfs.h>
Data Fields | |
__u32 | i_flags |
unsigned long | i_state |
struct nilfs_bmap * | i_bmap |
struct nilfs_bmap | i_bmap_data |
__u64 | i_xattr |
__u32 | i_dir_start_lookup |
__u64 | i_cno |
struct address_space | i_btnode_cache |
struct list_head | i_dirty |
struct buffer_head * | i_bh |
struct nilfs_root * | i_root |
struct inode | vfs_inode |
struct nilfs_inode_info - nilfs inode data in memory : inode flags : dynamic state flags : pointer on i_bmap_data : raw block mapping : <TODO> : page index of last successful search : checkpoint number for GC inode : cached pages of b-tree nodes : list for connecting dirty files : semaphore for extended attributes processing : buffer contains disk inode : root object of the current filesystem tree : VFS inode object
struct nilfs_bmap* i_bmap |
struct nilfs_bmap i_bmap_data |
struct address_space i_btnode_cache |
struct nilfs_root* i_root |