Home
last modified time | relevance | path

Searched refs:rc_need_orig_restore (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h115 uint8_t rc_need_orig_restore; /* need to restore from orig_data? */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c460 rc->rc_need_orig_restore = B_FALSE; in vdev_raidz_map_alloc()
2044 if (rc->rc_need_orig_restore) { in raidz_restore_orig_data()
2047 rc->rc_need_orig_restore = B_FALSE; in raidz_restore_orig_data()
2073 ASSERT0(rc->rc_need_orig_restore); in raidz_reconstruct()
2091 rc->rc_need_orig_restore = B_TRUE; in raidz_reconstruct()
2121 if (rc->rc_need_orig_restore) { in raidz_reconstruct()
2139 rc->rc_need_orig_restore = B_FALSE; in raidz_reconstruct()
H A Dvdev_draid.c1247 rc->rc_need_orig_restore = B_FALSE; in vdev_draid_map_alloc_row()
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c467 rr->rr_col[c].rc_need_orig_restore = B_FALSE; in vdev_raidz_map_alloc_expanded()