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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dpart_tbl.c26 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro
106 case HFS_NEW_PMAP_MAGIC:
124 if (pm->pmSig != cpu_to_be16(HFS_NEW_PMAP_MAGIC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dpart_tbl.c27 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro
113 } while (pm->pmSig == cpu_to_be16(HFS_NEW_PMAP_MAGIC));
144 case HFS_NEW_PMAP_MAGIC:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dpart_tbl.c90 case HFS_NEW_PMAP_MAGIC:
108 if (pm->pmSig != cpu_to_be16(HFS_NEW_PMAP_MAGIC))
H A Dhfs.h20 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ macro

Completed in 103 milliseconds