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 spinlock_t open_dir_lock;
73 struct inode *rsrc_inode;
75 struct mutex extents_lock;
77 u16 alloc_blocks, clump_blocks;
78 sector_t fs_blocks;
80 hfs_extent_rec first_extents;
81 u16 first_blocks;
82 hfs_extent_rec cached_extents;
83 u16 cached_start, cached_blocks;
85 loff_t phys_size;
86 struct inode vfs_inode;