Lines Matching defs:groupstart
928 * groupstart is where the group this IO will land in "starts" in
932 uint64_t groupstart = (group * groupwidth) % ndisks;
933 ASSERT3U(groupstart + groupwidth, <=, ndisks + groupstart);
934 *start = groupstart;
989 uint64_t groupstart, perm;
991 io_offset, &perm, &groupstart);
1002 if (groupstart + groupwidth > ndisks)
1003 wrap = ndisks - groupstart;
1043 uint64_t c = (groupstart + i) % ndisks;
1396 uint64_t groupstart, perm;
1398 offset, &perm, &groupstart);
1405 uint64_t c = (groupstart + i) % vdc->vdc_ndisks;
1436 uint64_t groupstart, perm;
1438 offset, &perm, &groupstart);
1445 uint64_t c = (groupstart + i) % vdc->vdc_ndisks;
2127 uint64_t perm, groupstart;
2129 logical_start, &perm, &groupstart);
2143 uint64_t c = (groupstart + i) % vdc->vdc_ndisks;