Lines Matching defs:hfs_inode_info
61 struct hfs_inode_info { struct
62 atomic_t opencnt;
64 unsigned int flags;
67 int tz_secondswest;
69 struct hfs_cat_key cat_key;
71 struct list_head open_dir_list;
72 struct inode *rsrc_inode;
74 struct mutex extents_lock;
76 u16 alloc_blocks, clump_blocks;
77 sector_t fs_blocks;
79 hfs_extent_rec first_extents;
80 u16 first_blocks;
81 hfs_extent_rec cached_extents;
82 u16 cached_start, cached_blocks;
84 loff_t phys_size;
85 struct inode vfs_inode;