Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dmdb.c97 if (mdb->drSigWord == cpu_to_be16(HFS_SUPER_MAGIC)) in hfs_mdb_get()
134 if (mdb->drSigWord != cpu_to_be16(HFS_SUPER_MAGIC)) in hfs_mdb_get()
163 if (mdb2->drSigWord == cpu_to_be16(HFS_SUPER_MAGIC)) { in hfs_mdb_get()
H A Dhfs.h241 __be16 drSigWord; /* Signature word indicating fs type */ member