Searched refs:rm_firstdatacol (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c377 uint64_t rm_firstdatacol; /* First data column/parity count */ member in struct:raidz_map
513 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
518 if (c == rm->rm_firstdatacol) {
542 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
549 if (c == rm->rm_firstdatacol) {
596 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
604 if (c == rm->rm_firstdatacol) {
652 switch (rm->rm_firstdatacol) {
828 ASSERT(n == rm->rm_cols - rm->rm_firstdatacol);
864 ASSERT3S(used[i], <, rm->rm_firstdatacol);
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c125 uint64_t rm_firstdatacol; /* First data column/parity count */ member in struct:raidz_map
267 for (c = 0; c < rm->rm_firstdatacol; c++) {
276 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++)
324 if (c < rm->rm_firstdatacol) {
339 for (x = 0; x < rm->rm_firstdatacol; x++) {
358 for (x = 0; x < rm->rm_firstdatacol; x++)
362 for (x = rm->rm_firstdatacol; x < rm->rm_cols; x++) {
374 for (x = rm->rm_firstdatacol; x < c; x++)
419 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++)
424 for (c = rm->rm_firstdatacol;
[all...]

Completed in 51 milliseconds