Home
last modified time | relevance | path

Searched refs:hfsplus_min_io_size (Results 1 – 3 of 3) sorted by relevance

/fs/hfsplus/
Dwrapper.c62 io_size = hfsplus_min_io_size(sb); in hfsplus_submit_bio()
177 sbi->s_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
180 sbi->s_backup_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
Dpart_tbl.c96 int buf_size = hfsplus_min_io_size(sb); in hfs_parse_new_pmap()
135 buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfs_part_find()
Dhfsplus_fs.h305 static inline unsigned short hfsplus_min_io_size(struct super_block *sb) in hfsplus_min_io_size() function