Lines Matching defs:hfsplus_inode_info
211 struct hfsplus_inode_info { struct
212 atomic_t opencnt;
217 u32 first_blocks;
218 u32 clump_blocks;
219 u32 alloc_blocks;
220 u32 cached_start;
221 u32 cached_blocks;
222 hfsplus_extent_rec first_extents;
223 hfsplus_extent_rec cached_extents;
224 unsigned int extent_state;
225 struct mutex extents_lock;
230 struct inode *rsrc_inode;
231 __be32 create_date;
236 u32 linkid;
241 unsigned long flags;
268 static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) in HFSPLUS_I() argument