Searched refs:EZFS_ISSPARE (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2121 (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 D | libzfs_util.c | 170 case EZFS_ISSPARE: in libzfs_error_description()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 98 EZFS_ISSPARE, /* device is a hot spare */ enumerator
|