Searched defs:rc_tried (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c114 uint8_t rc_tried; /* Did we attempt this I/O column? */ member in struct:raidz_col
521 rm->rm_col[c].rc_tried = 0;
1694 rc->rc_tried = 1;
1782 rc->rc_tried = 1; /* don't even try */
1872 if (!rc->rc_tried || rc->rc_error != 0)
1882 if (!rc->rc_tried || rc->rc_error != 0)
2007 if (rc->rc_tried)
2124 } else if (c < rm->rm_firstdatacol && !rc->rc_tried) {
2254 if (rm->rm_col[c].rc_tried)
2260 if (rc->rc_tried)
[all...]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c366 uint8_t rc_tried; /* Did we attempt this I/O column? */ member in struct:raidz_col
1221 rm->rm_col[c].rc_tried = 0;
1337 if (!rc->rc_tried || rc->rc_error != 0)
1347 if (!rc->rc_tried || rc->rc_error != 0)
1547 rc->rc_tried = 1; /* don't even try */
1565 rc->rc_tried = 1;
1595 } else if (c < rm->rm_firstdatacol && !rc->rc_tried) {
1706 if (rc->rc_tried)
1715 rc->rc_tried = 1;

Completed in 102 milliseconds