Searched refs:VDEV_TYPE_SPARE (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 567 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication() 1297 return (VDEV_TYPE_SPARE); in is_grouping() 1538 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec() 1653 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec()
|
| H A D | zpool_main.c | 1206 fnvlist_add_string(list, "class", VDEV_TYPE_SPARE); in fill_vdev_info() 13271 strcmp(vdev_type, VDEV_TYPE_SPARE) == 0 || in vdev_any_spare_replacing()
|
| /src/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 284 FM_EREPORT_PAYLOAD_ZFS_VDEV_TYPE, VDEV_TYPE_SPARE); in zfs_agent_post_event()
|
| H A D | zfs_retire.c | 411 if (strcmp(devtype, VDEV_TYPE_SPARE) == 0) in zfs_retire_recv()
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_mirror.c | 1044 .vdev_op_type = VDEV_TYPE_SPARE, /* name of this vdev type */
|
| H A D | vdev_removal.c | 2484 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
|
| /src/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 940 #define VDEV_TYPE_SPARE "spare" macro
|
| /src/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 844 #define VDEV_TYPE_SPARE "spare" macro
|
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3210 strncmp(name, VDEV_TYPE_SPARE, strlen(VDEV_TYPE_SPARE)) == 0 || in zpool_vdev_is_interior() 3596 if ((strcmp(type, VDEV_TYPE_SPARE) == 0 || in is_replacing_spare()
|