Searched refs:vtoc (Results 1 – 4 of 4) sorted by relevance
40 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() 43 } vtoc; in sun_partition() member 92 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition() 93 (be32_to_cpu(label->vtoc.version) == 1) && in sun_partition() 94 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition() 97 nparts = (use_vtoc) ? be16_to_cpu(label->vtoc.nparts) : 8; in sun_partition() 103 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition() 104 label->vtoc.version || label->vtoc.nparts); in sun_partition() 116 if (be16_to_cpu(label->vtoc in sun_partition() [all...]
235 __le32 v_sanity; /* to verify vtoc sanity */269 " cannot handle version %d vtoc>\n", in parse_solaris_x86() 463 } vtoc;482 le32_to_cpu(l->vtoc.v_magic) != UNIXWARE_DISKMAGIC2) {487 p = &l->vtoc.v_slice[1]; in parse_unixware() 489 while (p - &l->vtoc.v_slice[0] < UNIXWARE_NUMSLICE) { in parse_unixware() 476 } vtoc; global() member
15 #include <asm/vtoc.h>188 blk = cchhb2blk(&label->vol.vtoc, geo) + 1; in find_vol1_partitions()
47 struct vtoc_cchhb vtoc; /* VTOC address */ member