Lines Matching defs:hfsplus_sb_info
135 struct hfsplus_sb_info { struct
136 void *s_vhdr_buf;
137 struct hfsplus_vh *s_vhdr;
138 void *s_backup_vhdr_buf;
139 struct hfsplus_vh *s_backup_vhdr;
140 struct hfs_btree *ext_tree;
141 struct hfs_btree *cat_tree;
142 struct hfs_btree *attr_tree;
143 struct inode *alloc_file;
144 struct inode *hidden_dir;
145 struct nls_table *nls;
148 u32 blockoffset;
149 sector_t part_start;
150 sector_t sect_count;
151 int fs_shift;
154 u32 alloc_blksz;
155 int alloc_blksz_shift;
156 u32 total_blocks;
157 u32 data_clump_blocks, rsrc_clump_blocks;
160 u32 free_blocks;
161 struct mutex alloc_mutex;
164 u32 next_cnid;
165 u32 file_count;
166 u32 folder_count;
167 struct mutex vh_mutex;
192 static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb) in HFSPLUS_SB() argument