Searched refs:VDEV_TYPE_INDIRECT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 888 #define VDEV_TYPE_INDIRECT "indirect" macro
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 469 if (strcmp(path, VDEV_TYPE_INDIRECT) != 0 && in zpool_collect_leaves() 2461 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_status_config() 2902 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs() 4977 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 5139 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 6397 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_list_stats() 6494 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_list_stats()
|
| H A D | zpool_vdev.c | 528 strcmp(type, VDEV_TYPE_INDIRECT) == 0) in get_replication()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect.c | 1871 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
|
| /freebsd-14.2/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 852 #define VDEV_TYPE_INDIRECT "indirect" macro
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 2053 if (strcmp(type, VDEV_TYPE_INDIRECT) != 0) { in for_each_vdev_cb()
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 939 memcmp(type, VDEV_TYPE_INDIRECT, len) != 0 && in vdev_init() 953 else if (memcmp(type, VDEV_TYPE_INDIRECT, len) == 0) { in vdev_init()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3789 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()
|