Lines Matching defs:hfs_inode_info
44 struct hfs_inode_info { struct
45 atomic_t opencnt;
47 unsigned int flags;
50 int tz_secondswest;
52 struct hfs_cat_key cat_key;
54 struct list_head open_dir_list;
55 struct inode *rsrc_inode;
57 struct mutex extents_lock;
59 u16 alloc_blocks, clump_blocks;
60 sector_t fs_blocks;
62 hfs_extent_rec first_extents;
63 u16 first_blocks;
64 hfs_extent_rec cached_extents;
65 u16 cached_start, cached_blocks;
67 loff_t phys_size;
68 struct inode vfs_inode;