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.c106 size = sb_min_blocksize(sb, HFS_SECTOR_SIZE); in hfs_mdb_get()
130 if (!size || (size & (HFS_SECTOR_SIZE - 1))) { in hfs_mdb_get()
139 size -= HFS_SECTOR_SIZE; in hfs_mdb_get()
323 memcpy(HFS_SB(sb)->alt_mdb, HFS_SB(sb)->mdb, HFS_SECTOR_SIZE); in hfs_mdb_commit()
/linux/include/linux/
H A Dhfs_common.h64 #define HFS_SECTOR_SIZE 512 /* size of an HFS sector */ macro
68 #define HFSPLUS_SECTOR_SIZE HFS_SECTOR_SIZE