Lines Matching full:partition
8 * Original code to handle the new style Mac partition table based on
22 #define HFS_PMAP_BLK 1 /* First block of partition map */
23 #define HFS_MDB_BLK 2 /* Block (w/i partition) of MDB */
27 #define HFS_OLD_PMAP_MAGIC 0x5453 /* "TS": old-type partition map */
28 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */
33 * The new style Mac partition map
35 * For each partition on the media there is a physical block (512-byte
42 __be32 pmMapBlkCnt; /* partition blocks count */
43 __be32 pmPyPartStart; /* physical block start of partition */
44 __be32 pmPartBlkCnt; /* physical block count of partition */
47 partition */
50 partition */
55 * The old style Mac partition map
57 * The partition map consists for a 2-byte signature followed by an
126 * Parse the partition map looking for the start and length of a
127 * HFS/HFS+ partition.