Home
last modified time | relevance | path

Searched refs:HFS_SUPER_MAGIC (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/hfs/
Dmdb.c91 if (mdb->drSigWord == cpu_to_be16(HFS_SUPER_MAGIC)) in hfs_mdb_get()
128 if (mdb->drSigWord != cpu_to_be16(HFS_SUPER_MAGIC)) in hfs_mdb_get()
157 if (mdb2->drSigWord == cpu_to_be16(HFS_SUPER_MAGIC)) { in hfs_mdb_get()
Dhfs.h21 #define HFS_SUPER_MAGIC 0x4244 /* "BD": HFS MDB (super block) */ macro
Dsuper.c100 buf->f_type = HFS_SUPER_MAGIC; in hfs_statfs()
/linux-4.19.296/fs/hfsplus/
Dpart_tbl.c29 #define HFS_SUPER_MAGIC 0x4244 /* "BD": HFS MDB (super block) */ macro