Lines Matching refs:super_block
98 * The HFS-specific part of a Linux (struct super_block)
163 struct super_block *sb;
174 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
175 extern int hfs_clear_vbm_bits(struct super_block *, u16, u16);
180 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
185 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, const struct qstr *);
193 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
210 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
218 extern int hfs_mdb_get(struct super_block *);
219 extern void hfs_mdb_commit(struct super_block *);
220 extern void hfs_mdb_close(struct super_block *);
221 extern void hfs_mdb_put(struct super_block *);
224 extern int hfs_part_find(struct super_block *, sector_t *, sector_t *);
236 extern void hfs_asc2mac(struct super_block *, struct hfs_name *, const struct qstr *);
237 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
240 extern void hfs_mark_mdb_dirty(struct super_block *sb);
275 static inline const char *hfs_mdb_name(struct super_block *sb)
280 static inline void hfs_bitmap_dirty(struct super_block *sb)