Home
last modified time | relevance | path

Searched refs:VDEV_TYPE_L2CACHE (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c250 VDEV_TYPE_L2CACHE); in zfs_agent_post_event()
H A Dzfs_retire.c356 &devtype) == 0 && strcmp(devtype, VDEV_TYPE_L2CACHE) == 0) { in zfs_retire_recv()
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1276 return (VDEV_TYPE_L2CACHE); in is_grouping()
1526 if (strcmp(type, VDEV_TYPE_L2CACHE) == 0) { in construct_spec()
1598 } else if (strcmp(type, VDEV_TYPE_L2CACHE) == 0) { in construct_spec()
/freebsd-13.1/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h780 #define VDEV_TYPE_L2CACHE "l2cache" macro
/freebsd-13.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h868 #define VDEV_TYPE_L2CACHE "l2cache" macro
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c2273 vd_type = VDEV_TYPE_L2CACHE; in spa_vdev_remove()