Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h885 VDEV_AUX_SPLIT_POOL, /* vdev was split off into another pool */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c2692 else if (aux == VDEV_AUX_SPLIT_POOL) in spa_state_to_name()
H A Dvdev.c2102 VDEV_AUX_SPLIT_POOL); in vdev_validate()
H A Dspa.c2836 vd[i]->vdev_stat.vs_aux != VDEV_AUX_SPLIT_POOL) in spa_try_repair()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c195 else if (aux == VDEV_AUX_SPLIT_POOL) in zpool_state_to_name()
H A Dlibzfs.abi2395 <enumerator name='VDEV_AUX_SPLIT_POOL' value='15'/>
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2321 case VDEV_AUX_SPLIT_POOL: in print_status_config()