Home
last modified time | relevance | path

Searched refs:HFS_NEW_PMAP_MAGIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dpart_tbl.c28 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro
119 } while (pm->pmSig == cpu_to_be16(HFS_NEW_PMAP_MAGIC)); in hfs_parse_new_pmap()
147 case HFS_NEW_PMAP_MAGIC: in hfs_part_find()
/openbmc/linux/fs/hfs/
H A Dpart_tbl.c90 case HFS_NEW_PMAP_MAGIC: in hfs_part_find()
108 if (pm->pmSig != cpu_to_be16(HFS_NEW_PMAP_MAGIC)) in hfs_part_find()
H A Dhfs.h20 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro