Searched refs:VDEV_TYPE_SPARE (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 594 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication() 1306 return (VDEV_TYPE_SPARE); in is_grouping() 1524 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec() 1640 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec()
|
H A D | zpool_main.c | 1213 fnvlist_add_string(list, "class", VDEV_TYPE_SPARE); in fill_vdev_info() 13076 strcmp(vdev_type, VDEV_TYPE_SPARE) == 0 || in vdev_any_spare_replacing()
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_agents.c | 279 FM_EREPORT_PAYLOAD_ZFS_VDEV_TYPE, VDEV_TYPE_SPARE); in zfs_agent_post_event()
|
H A D | zfs_retire.c | 410 if (strcmp(devtype, VDEV_TYPE_SPARE) == 0) in zfs_retire_recv()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_mirror.c | 1041 .vdev_op_type = VDEV_TYPE_SPARE, /* name of this vdev type */
|
H A D | vdev_removal.c | 2459 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 909 #define VDEV_TYPE_SPARE "spare" macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 849 #define VDEV_TYPE_SPARE "spare" macro
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3123 strncmp(name, VDEV_TYPE_SPARE, strlen(VDEV_TYPE_SPARE)) == 0 || in zpool_vdev_is_interior() 3509 if ((strcmp(type, VDEV_TYPE_SPARE) == 0 || in is_replacing_spare()
|