Searched defs:sgi_partition (Results 1 – 2 of 2) sorted by relevance
22 struct sgi_partition { struct23 __be32 num_blocks; /* Size in logical blocks */24 __be32 first_block; /* First logical block */25 __be32 type; /* Type of this partition */31 int sgi_partition(struct parsed_partitions *state) in sgi_partition() function
309 struct sgi_partition { struct326 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; argument