Searched refs:VDEV_TYPE_INDIRECT (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 923 #define VDEV_TYPE_INDIRECT "indirect" macro
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 503 strcmp(type, VDEV_TYPE_INDIRECT) == 0) in get_replication()
|
| H A D | zpool_main.c | 2899 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_status_config() 3351 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs() 5557 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 5719 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 7037 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats() 7229 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats() 9290 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in vdev_stats_nvlist() 9569 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in class_vdevs_nvlist()
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 847 #define VDEV_TYPE_INDIRECT "indirect" macro
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect.c | 1887 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 2083 if (strcmp(type, VDEV_TYPE_INDIRECT) != 0) { in for_each_vdev_cb()
|
| /freebsd/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 950 memcmp(type, VDEV_TYPE_INDIRECT, len) != 0 && in vdev_init() 964 else if (memcmp(type, VDEV_TYPE_INDIRECT, len) == 0) { in vdev_init()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2603 if (strcmp(path, VDEV_TYPE_INDIRECT) != 0 && in zpool_collect_leaves() 4023 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()
|