Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2121 (spare ? EZFS_ISSPARE : EZFS_ISL2CACHE); in zpool_translate_vdev_guids()
2961 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_online()
3040 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_offline()
3188 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_attach()
3350 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_detach()
3830 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_clear()
H A Dlibzfs_util.c170 case EZFS_ISSPARE: in libzfs_error_description()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h98 EZFS_ISSPARE, /* device is a hot spare */ enumerator