Lines Matching full:slice
25 __be32 ios_slcblk; /* Slice table block number */
26 __be16 ios_slccnt; /* Number of entries in slice table */
40 * Slice Table Structure
43 struct slice { struct
44 __be32 nblocks; /* slice size (in blocks) */ argument
45 __be32 blkoff; /* block offset of slice */ argument
56 struct slice *slice; in sysv68_partition() local
76 slices -= 1; /* last slice is the whole disk */ in sysv68_partition()
79 slice = (struct slice *)data; in sysv68_partition()
80 for (i = 0; i < slices; i++, slice++) { in sysv68_partition()
83 if (be32_to_cpu(slice->nblocks)) { in sysv68_partition()
85 be32_to_cpu(slice->blkoff), in sysv68_partition()
86 be32_to_cpu(slice->nblocks)); in sysv68_partition()