Home
last modified time | relevance | path

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

/Linux-v5.4/fs/hfs/
Dmdb.c79 size = sb_min_blocksize(sb, HFS_SECTOR_SIZE); in hfs_mdb_get()
103 if (!size || (size & (HFS_SECTOR_SIZE - 1))) { in hfs_mdb_get()
111 size -= HFS_SECTOR_SIZE; in hfs_mdb_get()
291 memcpy(HFS_SB(sb)->alt_mdb, HFS_SB(sb)->mdb, HFS_SECTOR_SIZE); in hfs_mdb_commit()
Dhfs.h25 #define HFS_SECTOR_SIZE 512 /* size of an HFS sector */ macro