Lines Matching defs:hfsplus_inode_info
208 struct hfsplus_inode_info { struct
209 atomic_t opencnt;
214 u32 first_blocks;
215 u32 clump_blocks;
216 u32 alloc_blocks;
217 u32 cached_start;
218 u32 cached_blocks;
219 hfsplus_extent_rec first_extents;
220 hfsplus_extent_rec cached_extents;
221 unsigned int extent_state;
222 struct mutex extents_lock;
227 struct inode *rsrc_inode;
228 __be32 create_date;
233 u32 linkid;
238 unsigned long flags;
265 static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) in HFSPLUS_I() argument