Home
last modified time | relevance | path

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

/linux-6.12.1/fs/hfsplus/
Dwrapper.c63 io_size = hfsplus_min_io_size(sb); in hfsplus_submit_bio()
179 sbi->s_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
182 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.h308 static inline unsigned short hfsplus_min_io_size(struct super_block *sb) in hfsplus_min_io_size() function