Home
last modified time | relevance | path

Searched refs:HFS_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hfs/
H A Dmdb.c85 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()
H A Dhfs.h25 #define HFS_SECTOR_SIZE 512 /* size of an HFS sector */ macro