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

/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c399 uint64_t rm_firstdatacol; /* First data column/parity count */ member in struct:raidz_map
535 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
540 if (c == rm->rm_firstdatacol) {
564 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
571 if (c == rm->rm_firstdatacol) {
618 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
626 if (c == rm->rm_firstdatacol) {
674 switch (rm->rm_firstdatacol) {
850 ASSERT(n == rm->rm_cols - rm->rm_firstdatacol);
886 ASSERT3S(used[i], <, rm->rm_firstdatacol);
[all...]

Completed in 374 milliseconds