Lines Matching refs:sb
70 static int hfs_parse_old_pmap(struct super_block *sb, struct old_pmap *pm, in hfs_parse_old_pmap() argument
73 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfs_parse_old_pmap()
91 static int hfs_parse_new_pmap(struct super_block *sb, void *buf, in hfs_parse_new_pmap() argument
94 struct hfsplus_sb_info *sbi = HFSPLUS_SB(sb); in hfs_parse_new_pmap()
96 int buf_size = hfsplus_min_io_size(sb); in hfs_parse_new_pmap()
113 res = hfsplus_submit_bio(sb, in hfs_parse_new_pmap()
128 int hfs_part_find(struct super_block *sb, in hfs_part_find() argument
134 buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfs_part_find()
138 res = hfsplus_submit_bio(sb, *part_start + HFS_PMAP_BLK, in hfs_part_find()
145 res = hfs_parse_old_pmap(sb, data, part_start, part_size); in hfs_part_find()
148 res = hfs_parse_new_pmap(sb, buf, data, part_start, part_size); in hfs_part_find()