Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDvdev_raidz_impl.h119 uint8_t rc_need_orig_restore:1; /* need to restore from orig_data? */ member
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDvdev_raidz.c2899 if (rc->rc_need_orig_restore) { in raidz_restore_orig_data()
2902 rc->rc_need_orig_restore = B_FALSE; in raidz_restore_orig_data()
2977 ASSERT0(rc->rc_need_orig_restore); in raidz_reconstruct()
2998 rc->rc_need_orig_restore = B_TRUE; in raidz_reconstruct()
3052 if (rc->rc_need_orig_restore) { in raidz_reconstruct()
3070 rc->rc_need_orig_restore = B_FALSE; in raidz_reconstruct()