Home
last modified time | relevance | path

Searched refs:pss_func (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/cmd/zpool/
Dzpool_main.c1460 (ps->pss_func == POOL_SCAN_RESILVER) ? in print_status_config()
3914 if (ps == NULL || ps->pss_func == POOL_SCAN_NONE || in print_scan_status()
3915 ps->pss_func >= POOL_SCAN_FUNCS) { in print_scan_status()
3924 assert(ps->pss_func == POOL_SCAN_SCRUB || in print_scan_status()
3925 ps->pss_func == POOL_SCAN_RESILVER); in print_scan_status()
3933 if (ps->pss_func == POOL_SCAN_SCRUB) { in print_scan_status()
3936 } else if (ps->pss_func == POOL_SCAN_RESILVER) { in print_scan_status()
3948 if (ps->pss_func == POOL_SCAN_SCRUB) { in print_scan_status()
3951 } else if (ps->pss_func == POOL_SCAN_RESILVER) { in print_scan_status()
3963 if (ps->pss_func == POOL_SCAN_SCRUB) { in print_scan_status()
[all …]
/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
Dlibzfs_status.c222 if (ps && ps->pss_func == POOL_SCAN_RESILVER && in check_status()
Dlibzfs_pool.c1876 if (ps && ps->pss_func == POOL_SCAN_SCRUB) in zpool_scan()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/fs/
Dzfs.h723 uint64_t pss_func; /* pool_scan_func_t */ member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dspa_misc.c2224 ps->pss_func = scn->scn_phys.scn_func; in spa_scan_get_stats()