Home
last modified time | relevance | path

Searched refs:EZFS_NOREPLICAS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h81 EZFS_NOREPLICAS, /* no valid replicas */ enumerator
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3054 return (zfs_error(hdl, EZFS_NOREPLICAS, msg)); in zpool_vdev_offline()
3094 return (zfs_error(hdl, EZFS_NOREPLICAS, msg)); in zpool_vdev_fault()
3375 (void) zfs_error(hdl, EZFS_NOREPLICAS, msg); in zpool_vdev_detach()
H A Dlibzfs_util.c130 case EZFS_NOREPLICAS: in libzfs_error_description()