Searched defs:nilfs_inode_info (Results 1 – 1 of 1) sorted by relevance
38 struct nilfs_inode_info { struct39 __u32 i_flags;40 unsigned long i_state; /* Dynamic state flags */41 struct nilfs_bmap *i_bmap;65 static inline struct nilfs_inode_info *NILFS_I(const struct inode *inode) in NILFS_I() argument