Lines Matching full:partition
8 * Original code to handle the new style Mac partition table based on
15 * The new style Mac partition map
17 * For each partition on the media there is a physical block (512-byte
24 __be32 pmMapBlkCnt; /* partition blocks count */
25 __be32 pmPyPartStart; /* physical block start of partition */
26 __be32 pmPartBlkCnt; /* physical block count of partition */
29 partition */
32 partition */
37 * The old style Mac partition map
39 * The partition map consists for a 2-byte signature followed by an
55 * Parse the partition map looking for the
56 * start and length of the 'part'th HFS partition.