Lines Matching defs:hfsplus_inode_info
213 struct hfsplus_inode_info { struct
214 atomic_t opencnt;
219 u32 first_blocks;
220 u32 clump_blocks;
221 u32 alloc_blocks;
222 u32 cached_start;
223 u32 cached_blocks;
224 hfsplus_extent_rec first_extents;
225 hfsplus_extent_rec cached_extents;
226 unsigned int extent_state;
227 struct mutex extents_lock;
232 struct inode *rsrc_inode;
233 __be32 create_date;
238 u32 linkid;
243 unsigned long flags;
270 static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) in HFSPLUS_I() argument