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