Lines Matching defs:hfsplus_sb_info
144 struct hfsplus_sb_info { struct
145 void *s_vhdr_buf;
146 struct hfsplus_vh *s_vhdr;
147 void *s_backup_vhdr_buf;
148 struct hfsplus_vh *s_backup_vhdr;
149 struct hfs_btree *ext_tree;
150 struct hfs_btree *cat_tree;
151 struct hfs_btree *attr_tree;
152 atomic_t attr_tree_state;
153 struct inode *alloc_file;
154 struct inode *hidden_dir;
155 struct nls_table *nls;
158 u32 blockoffset;
159 sector_t part_start;
160 sector_t sect_count;
161 int fs_shift;
164 u32 alloc_blksz;
165 int alloc_blksz_shift;
166 u32 total_blocks;
167 u32 data_clump_blocks, rsrc_clump_blocks;
170 u32 free_blocks;
171 struct mutex alloc_mutex;
174 u32 next_cnid;
175 u32 file_count;
176 u32 folder_count;
177 struct mutex vh_mutex;
202 static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) in HFSPLUS_SB() argument