Lines Matching refs:super_block
159 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
160 extern int hfs_clear_vbm_bits(struct super_block *, u16, u16);
165 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
170 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, struct qstr *);
178 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
195 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
207 extern int hfs_mdb_get(struct super_block *);
208 extern void hfs_mdb_commit(struct super_block *);
209 extern void hfs_mdb_close(struct super_block *);
210 extern void hfs_mdb_put(struct super_block *);
213 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
224 extern void hfs_asc2mac(struct super_block *, struct hfs_name *, struct qstr *);
225 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
246 static inline const char *hfs_mdb_name(struct super_block *sb) in hfs_mdb_name()
251 static inline void hfs_bitmap_dirty(struct super_block *sb) in hfs_bitmap_dirty()