Home
last modified time | relevance | path

Searched defs:nilfs_inode_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dnilfs.h38 struct nilfs_inode_info { struct
39 __u32 i_flags;
40 unsigned long i_state; /* Dynamic state flags */
41 struct nilfs_bmap *i_bmap;
42 struct nilfs_bmap i_bmap_data;
43 __u64 i_xattr; /* sector_t ??? */
67 static inline struct nilfs_inode_info *NILFS_I(const struct inode *inode) in NILFS_I() argument