Searched defs:nilfs_inode_info (Results 1 – 1 of 1) sorted by relevance
51 struct nilfs_inode_info { struct52 __u32 i_flags;53 unsigned long i_state; /* Dynamic state flags */54 struct nilfs_bmap *i_bmap;78 static inline struct nilfs_inode_info *NILFS_I(const struct inode *inode) in NILFS_I() argument