Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hfsplus/
Dwrapper.c62 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()
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()
Dhfsplus_fs.h307 static inline unsigned short hfsplus_min_io_size(struct super_block *sb) in hfsplus_min_io_size() function