Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c243 VDEV_TYPE_L2CACHE); in zfs_agent_post_event()
H A Dzfs_retire.c355 &devtype) == 0 && strcmp(devtype, VDEV_TYPE_L2CACHE) == 0) { in zfs_retire_recv()
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h778 #define VDEV_TYPE_L2CACHE "l2cache" macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_removal.c2257 vd_type = VDEV_TYPE_L2CACHE; in spa_vdev_remove()