Searched refs:HFS_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
85 size = sb_min_blocksize(sb, HFS_SECTOR_SIZE); in hfs_mdb_get()109 if (!size || (size & (HFS_SECTOR_SIZE - 1))) { in hfs_mdb_get()117 size -= HFS_SECTOR_SIZE; in hfs_mdb_get()297 memcpy(HFS_SB(sb)->alt_mdb, HFS_SB(sb)->mdb, HFS_SECTOR_SIZE); in hfs_mdb_commit()
25 #define HFS_SECTOR_SIZE 512 /* size of an HFS sector */ macro