Searched refs:EZFS_ISSPARE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_pool.c | 2185 (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()
|
| HD | libzfs_util.c | 175 case EZFS_ISSPARE: in libzfs_error_description()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/ |
| HD | libzfs.h | 99 EZFS_ISSPARE, /* device is a hot spare */ enumerator
|