Searched refs:VDEV_TYPE_SPARE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 585 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 D | zpool_main.c | 9947 strcmp(vdev_type, VDEV_TYPE_SPARE) == 0 || in vdev_any_spare_replacing()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 247 FM_EREPORT_PAYLOAD_ZFS_VDEV_TYPE, VDEV_TYPE_SPARE); in zfs_agent_post_event()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 776 #define VDEV_TYPE_SPARE "spare" macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_mirror.c | 952 .vdev_op_type = VDEV_TYPE_SPARE, /* name of this vdev type */
|
| H A D | vdev_removal.c | 2242 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2699 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()
|