Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1323 uint64_t pres_state; /* dsl_scan_state_t */ member
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9842 pool_scan_state_str[pres->pres_state]); in raidz_expand_status_nvlist()
10261 if (pres == NULL || pres->pres_state == DSS_NONE) in print_raidz_expand_status()
10287 if (pres->pres_state == DSS_FINISHED) { in print_raidz_expand_status()
10299 assert(pres->pres_state == DSS_SCANNING); in print_raidz_expand_status()
13393 if (pres != NULL && pres->pres_state == DSS_SCANNING) { in print_wait_status_row()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c8102 } while (pres->pres_state != DSS_FINISHED && in ztest_raidz_expand_check()
8268 while (pres->pres_state != DSS_SCANNING) { in ztest_raidz_expand_run()
8276 ASSERT3U(pres->pres_state, ==, DSS_SCANNING); in ztest_raidz_expand_run()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c5318 pres->pres_state = vre->vre_state; in spa_raidz_expand_get_stats()