Searched refs:VDEV_TYPE_SPARE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/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 | 10261 strcmp(vdev_type, VDEV_TYPE_SPARE) == 0 || in vdev_any_spare_replacing()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 254 FM_EREPORT_PAYLOAD_ZFS_VDEV_TYPE, VDEV_TYPE_SPARE); in zfs_agent_post_event()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_mirror.c | 962 .vdev_op_type = VDEV_TYPE_SPARE, /* name of this vdev type */
|
| H A D | vdev_removal.c | 2258 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 778 #define VDEV_TYPE_SPARE "spare" macro
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2793 strncmp(name, VDEV_TYPE_SPARE, strlen(VDEV_TYPE_SPARE)) == 0 || in zpool_vdev_is_interior() 2915 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_physpaths() 3236 if ((strcmp(type, VDEV_TYPE_SPARE) == 0 || in is_replacing_spare()
|
| /freebsd-13.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 866 #define VDEV_TYPE_SPARE "spare" macro
|