Searched defs:mac_partition (Results 1 – 2 of 2) sorted by relevance
10 struct mac_partition { struct11 __be16 signature; /* expected to be MAC_PARTITION_MAGIC */12 __be16 res1;13 __be32 map_count; /* # blocks in partition map */14 __be32 start_block; /* absolute starting block # of partition */15 __be32 block_count; /* number of blocks in partition */16 char name[32]; /* partition name */17 char type[32]; /* string type description */18 __be32 data_start; /* rel block # of first data block */19 __be32 data_count; /* number of data blocks */[all …]
30 int mac_partition(struct parsed_partitions *state) in mac_partition() function