Home
last modified time | relevance | path

Searched defs:sun_disklabel (Results 1 – 1 of 1) sorted by relevance

/linux/block/partitions/
H A Dsun.c28 struct sun_disklabel { in sun_partition() struct
29 unsigned char info[128]; /* Informative text string */ in sun_partition()
30 struct sun_vtoc { in sun_partition()
43 } vtoc; in sun_partition()
44 __be32 write_reinstruct; /* sectors to skip, writes */ in sun_partition()
45 __be32 read_reinstruct; /* sectors to skip, reads */ in sun_partition()
46 unsigned char spare[148]; /* Padding */ in sun_partition()
47 __be16 rspeed; /* Disk rotational speed */ in sun_partition()
48 __be16 pcylcount; /* Physical cylinder count */ in sun_partition()
49 __be16 sparecyl; /* extra sects per cylinder */ in sun_partition()
[all …]