Searched refs:VDEV_TYPE_DISK (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 357 type = VDEV_TYPE_DISK; in make_leaf_vdev() 376 if (strcmp(type, VDEV_TYPE_DISK) == 0) in make_leaf_vdev() 953 if (strcmp(type, VDEV_TYPE_DISK) != 0) in make_disks() 1110 if (strcmp(type, VDEV_TYPE_DISK) == 0) in is_device_in_use() 1131 if (strcmp(type, VDEV_TYPE_DISK) == 0) in is_device_in_use()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_file.c | 345 .vdev_op_type = VDEV_TYPE_DISK, /* name of this vdev type */
|
| H A D | vdev_geom.c | 1212 .vdev_op_type = VDEV_TYPE_DISK, /* name of this vdev type */
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_file.c | 373 .vdev_op_type = VDEV_TYPE_DISK, /* name of this vdev type */
|
| H A D | vdev_disk.c | 857 .vdev_op_type = VDEV_TYPE_DISK, /* name of this vdev type */
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 251 FM_EREPORT_PAYLOAD_ZFS_VDEV_TYPE, VDEV_TYPE_DISK); in zfs_agent_post_event()
|
| H A D | zfs_mod.c | 408 if (nvlist_add_string(newvd, ZPOOL_CONFIG_TYPE, VDEV_TYPE_DISK) != 0 || in zfs_process_add()
|
| H A D | zfs_diagnosis.c | 524 if (strcmp(type, VDEV_TYPE_DISK) != 0 && in zfs_fm_recv()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 837 strcmp(type, VDEV_TYPE_DISK) != 0) { in update_vdev_config_dev_strs()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 772 #define VDEV_TYPE_DISK "disk" macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2799 if (strcmp(type, VDEV_TYPE_DISK) == 0) { in vdev_get_physpaths() 4023 if ((strcmp(type, VDEV_TYPE_DISK) == 0) && in zpool_vdev_name()
|