Searched refs:HFS_NEW_PMAP_MAGIC (Results 1 – 3 of 3) sorted by relevance
28 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro120 } while (pm->pmSig == cpu_to_be16(HFS_NEW_PMAP_MAGIC)); in hfs_parse_new_pmap()148 case HFS_NEW_PMAP_MAGIC: in hfs_part_find()
90 case HFS_NEW_PMAP_MAGIC: in hfs_part_find()108 if (pm->pmSig != cpu_to_be16(HFS_NEW_PMAP_MAGIC)) in hfs_part_find()
20 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro