Searched refs:hfsplus_min_io_size (Results 1 – 3 of 3) sorted by relevance
62 io_size = hfsplus_min_io_size(sb); in hfsplus_submit_bio()178 sbi->s_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()181 sbi->s_backup_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
96 int buf_size = hfsplus_min_io_size(sb); in hfs_parse_new_pmap()134 buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfs_part_find()
307 static inline unsigned short hfsplus_min_io_size(struct super_block *sb) in hfsplus_min_io_size() function