Lines Matching refs:super_block
162 struct super_block *sb;
173 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
174 extern int hfs_clear_vbm_bits(struct super_block *, u16, u16);
179 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
184 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, struct qstr *);
192 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
209 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
221 extern int hfs_mdb_get(struct super_block *);
222 extern void hfs_mdb_commit(struct super_block *);
223 extern void hfs_mdb_close(struct super_block *);
224 extern void hfs_mdb_put(struct super_block *);
227 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
239 extern void hfs_asc2mac(struct super_block *, struct hfs_name *, struct qstr *);
240 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
243 extern void hfs_mark_mdb_dirty(struct super_block *sb);
262 static inline const char *hfs_mdb_name(struct super_block *sb) in hfs_mdb_name()
267 static inline void hfs_bitmap_dirty(struct super_block *sb) in hfs_bitmap_dirty()