Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c2185 (spare ? EZFS_ISSPARE : EZFS_ISL2CACHE); in zpool_translate_vdev_guids()
3076 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_online()
3155 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_offline()
3360 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_attach()
3522 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_vdev_detach()
4002 return (zfs_error(hdl, EZFS_ISSPARE, msg)); in zpool_clear()
HDlibzfs_util.c175 case EZFS_ISSPARE: in libzfs_error_description()
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs.h99 EZFS_ISSPARE, /* device is a hot spare */ enumerator