Home
last modified time | relevance | path

Searched refs:VDEV_AUX_SPLIT_POOL (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1040 VDEV_AUX_SPLIT_POOL, /* vdev was split off into another pool */ enumerator
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c2928 else if (aux == VDEV_AUX_SPLIT_POOL) in spa_state_to_name()
H A Dvdev.c2397 VDEV_AUX_SPLIT_POOL); in vdev_validate()
H A Dspa.c3408 vd[i]->vdev_stat.vs_aux != VDEV_AUX_SPLIT_POOL) in spa_try_repair()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c202 else if (aux == VDEV_AUX_SPLIT_POOL) in zpool_state_to_name()
H A Dlibzfs.abi5967 <enumerator name='VDEV_AUX_SPLIT_POOL' value='15'/>
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3088 case VDEV_AUX_SPLIT_POOL: in print_status_config()