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 | 593 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication() 1317 return (VDEV_TYPE_SPARE); in is_grouping() 1535 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec() 1650 if (strcmp(type, VDEV_TYPE_SPARE) == 0) { in construct_spec()
|
H A D | zpool_main.c | 1207 fnvlist_add_string(list, "class", VDEV_TYPE_SPARE); in fill_vdev_info() 13161 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 | 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()
|
/freebsd/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 | 2448 vd_type = VDEV_TYPE_SPARE; in spa_vdev_remove()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 915 #define VDEV_TYPE_SPARE "spare" macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 855 #define VDEV_TYPE_SPARE "spare" macro
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3192 strncmp(name, VDEV_TYPE_SPARE, strlen(VDEV_TYPE_SPARE)) == 0 || in zpool_vdev_is_interior() 3578 if ((strcmp(type, VDEV_TYPE_SPARE) == 0 || in is_replacing_spare()
|