Home
last modified time | relevance | path

Searched refs:VDEV_TYPE_SPARE (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c585 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication()
1257 return (VDEV_TYPE_SPARE); in is_grouping()
1478 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec()
1594 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec()
H A Dzpool_main.c9947 strcmp(vdev_type, VDEV_TYPE_SPARE) == 0 || in vdev_any_spare_replacing()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c247 FM_EREPORT_PAYLOAD_ZFS_VDEV_TYPE, VDEV_TYPE_SPARE); in zfs_agent_post_event()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h776 #define VDEV_TYPE_SPARE "spare" macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c952 .vdev_op_type = VDEV_TYPE_SPARE, /* name of this vdev type */
H A Dvdev_removal.c2242 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2699 strncmp(name, VDEV_TYPE_SPARE, strlen(VDEV_TYPE_SPARE)) == 0 || in zpool_vdev_is_interior()
2821 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_physpaths()
3142 if ((strcmp(type, VDEV_TYPE_SPARE) == 0 || in is_replacing_spare()