Home
last modified time | relevance | path

Searched refs:spa_raidz_expand (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c2550 ASSERT3P(vd->vdev_spa->spa_raidz_expand, ==, in vdev_raidz_io_start()
3705 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_reflow_sync()
3749 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_reflow_complete_sync()
3800 spa->spa_raidz_expand = NULL; in raidz_reflow_complete_sync()
4329 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in vdev_raidz_reflow_copy_scratch()
4425 return (spa->spa_raidz_expand != NULL && in spa_raidz_expand_thread_check()
4426 !spa->spa_raidz_expand->vre_waiting_for_resilver); in spa_raidz_expand_thread_check()
4438 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in spa_raidz_expand_thread()
4654 if (spa->spa_raidz_expand != NULL) { in raidz_dtl_reassessed()
4655 vdev_raidz_expand_t *vre = spa->spa_raidz_expand; in raidz_dtl_reassessed()
[all …]
H A Dspa_checkpoint.c468 if (spa->spa_raidz_expand != NULL) in spa_checkpoint_check()
H A Dspa.c2193 spa->spa_raidz_expand = NULL; in spa_unload()
7498 if (spa->spa_raidz_expand != NULL) {
10797 vdev_raidz_expand_t *vre = spa->spa_raidz_expand;
H A Dvdev.c5577 if ((vd->vdev_spa->spa_raidz_expand == NULL || in vdev_expand()
5578 vd->vdev_spa->spa_raidz_expand->vre_vdev_id != vd->vdev_id) && in vdev_expand()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h348 vdev_raidz_expand_t *spa_raidz_expand; member
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3990 vre = spa->spa_raidz_expand; in raidz_scratch_verify()
4120 if (spa->spa_raidz_expand) in ztest_vdev_raidz_attach()
4392 if (spa->spa_raidz_expand) { in ztest_vdev_LUN_growth()
6456 if (spa->spa_raidz_expand != NULL) in ztest_fault_inject()
8250 while (spa->spa_raidz_expand == NULL) { in ztest_raidz_expand_run()