Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/
HDlibzfs.h116 EZFS_ISL2CACHE, /* device is for the level 2 ARC */ enumerator
/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c2352 (spare ? EZFS_ISSPARE : EZFS_ISL2CACHE); in zpool_translate_vdev_guids()
3444 return (zfs_error(hdl, EZFS_ISL2CACHE, errbuf)); in zpool_vdev_attach()
3616 return (zfs_error(hdl, EZFS_ISL2CACHE, errbuf)); in zpool_vdev_detach()
HDlibzfs_util.c213 case EZFS_ISL2CACHE: in libzfs_error_description()