Searched refs:HFSPLUS_SECTOR_SIZE (Results 1 – 3 of 3) sorted by relevance
49 if (bio_add_page(bio, virt_to_page(data), HFSPLUS_SECTOR_SIZE, in hfsplus_submit_bio()50 offset_in_page(data)) != HFSPLUS_SECTOR_SIZE) in hfsplus_submit_bio()79 if (wd->ablk_size < HFSPLUS_SECTOR_SIZE) in hfsplus_read_mdb()81 if (wd->ablk_size % HFSPLUS_SECTOR_SIZE) in hfsplus_read_mdb()135 blocksize = sb_min_blocksize(sb, HFSPLUS_SECTOR_SIZE); in hfsplus_read_wrapper()147 sbi->s_vhdr = kmalloc(HFSPLUS_SECTOR_SIZE, GFP_KERNEL); in hfsplus_read_wrapper()150 sbi->s_backup_vhdr = kmalloc(HFSPLUS_SECTOR_SIZE, GFP_KERNEL); in hfsplus_read_wrapper()204 if (blocksize < HFSPLUS_SECTOR_SIZE || ((blocksize - 1) & blocksize)) in hfsplus_read_wrapper()
130 data = kmalloc(HFSPLUS_SECTOR_SIZE, GFP_KERNEL); in hfs_part_find()
19 #define HFSPLUS_SECTOR_SIZE 512 macro