Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dpart_tbl.c28 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro
120 } 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()
/linux-4.19.296/fs/hfs/
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()
Dhfs.h20 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro