Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dwrapper.c113 if (wd->ablk_size < HFSPLUS_SECTOR_SIZE) in hfsplus_read_mdb()
115 if (wd->ablk_size % HFSPLUS_SECTOR_SIZE) in hfsplus_read_mdb()
169 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE); in hfsplus_read_wrapper()
235 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.h310 HFSPLUS_SECTOR_SIZE); in hfsplus_min_io_size()