Searched refs:VDEV_TYPE_DISK (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/ |
| H A D | zpool_vdev.c | 493 type = VDEV_TYPE_DISK; in make_leaf_vdev() 511 if (strcmp(type, VDEV_TYPE_DISK) == 0) in make_leaf_vdev() 964 if (strcmp(type, VDEV_TYPE_DISK) != 0) in make_disks() 1162 if (strcmp(type, VDEV_TYPE_DISK) == 0) in is_device_in_use()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev_file.c | 303 VDEV_TYPE_DISK, /* name of this vdev type */
|
| H A D | vdev_disk.c | 890 VDEV_TYPE_DISK, /* name of this vdev type */
|
| H A D | vdev_geom.c | 1187 VDEV_TYPE_DISK, /* name of this vdev type */
|
| H A D | spa.c | 4600 strcmp(vd->vdev_ops->vdev_op_type, VDEV_TYPE_DISK) != 0) {
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/ |
| H A D | zfs.h | 635 #define VDEV_TYPE_DISK "disk" macro
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 354 return (Replace(VDEV_TYPE_DISK, devPath.c_str(), /*isspare*/false)); in ReEvaluate()
|
| /freebsd-12.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 757 #define VDEV_TYPE_DISK "disk" macro
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1107 && strcmp(type, VDEV_TYPE_DISK) in vdev_init_from_nvlist()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 2449 if (strcmp(type, VDEV_TYPE_DISK) == 0) {
|