Lines Matching refs:sb

74 	struct super_block *sb;
205 static inline struct hfsplus_sb_info *HFSPLUS_SB(struct super_block *sb)
207 return sb->s_fs_info;
306 * Find minimum acceptible I/O size for an hfsplus sb.
308 static inline unsigned short hfsplus_min_io_size(struct super_block *sb)
310 return max_t(unsigned short, bdev_logical_block_size(sb->s_bdev),
368 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
372 int hfsplus_find_attr(struct super_block *sb, u32 cnid, const char *name,
381 int hfsplus_block_allocate(struct super_block *sb, u32 size, u32 offset,
383 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count);
388 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id);
441 int hfsplus_cat_build_key(struct super_block *sb, hfsplus_btree_key *key,
443 void hfsplus_cat_build_key_with_cnid(struct super_block *sb,
446 int hfsplus_find_cat(struct super_block *sb, u32 cnid,
464 int hfsplus_free_fork(struct super_block *sb, u32 cnid,
476 struct inode *hfsplus_new_inode(struct super_block *sb, struct inode *dir,
504 int hfs_part_find(struct super_block *sb, sector_t *part_start,
508 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino);
509 void hfsplus_mark_mdb_dirty(struct super_block *sb);
521 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr,
523 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
530 int hfsplus_submit_bio(struct super_block *sb, sector_t sector, void *buf,
532 int hfsplus_read_wrapper(struct super_block *sb);