Home
last modified time | relevance | path

Searched refs:HFSPLUS_SECTOR_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/hfsplus/
Dwrapper.c112 if (wd->ablk_size < HFSPLUS_SECTOR_SIZE) in hfsplus_read_mdb()
114 if (wd->ablk_size % HFSPLUS_SECTOR_SIZE) in hfsplus_read_mdb()
171 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE); in hfsplus_read_wrapper()
236 if (blocksize < HFSPLUS_SECTOR_SIZE || ((blocksize - 1) & blocksize)) in hfsplus_read_wrapper()
Dpart_tbl.c111 pm = (struct new_pmap *)((u8 *)pm + HFSPLUS_SECTOR_SIZE); in hfs_parse_new_pmap()
Dhfsplus_raw.h20 #define HFSPLUS_SECTOR_SIZE 512 macro
Dhfsplus_fs.h311 HFSPLUS_SECTOR_SIZE); in hfsplus_min_io_size()