Home
last modified time | relevance | path

Searched refs:HFS_NEW_PMAP_MAGIC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 4 milliseconds