Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hfsplus/ !
Dpart_tbl.c96 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()
Dwrapper.c68 io_size = hfsplus_min_io_size(sb); in hfsplus_submit_bio()
189 sbi->s_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
192 sbi->s_backup_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
Dhfsplus_fs.h267 static inline unsigned short hfsplus_min_io_size(struct super_block *sb) in hfsplus_min_io_size() function