Home
last modified time | relevance | path

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

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