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 | 912 #define VDEV_TYPE_INDIRECT "indirect" macro
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 577 if (strcmp(path, VDEV_TYPE_INDIRECT) != 0 && in zpool_collect_leaves() 2904 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_status_config() 3356 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs() 5552 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 5714 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 7028 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats() 7170 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats() 9158 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in vdev_stats_nvlist() 9437 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in class_vdevs_nvlist()
|
H A D | zpool_vdev.c | 529 strcmp(type, VDEV_TYPE_INDIRECT) == 0) in get_replication()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 852 #define VDEV_TYPE_INDIRECT "indirect" macro
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_indirect.c | 1886 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
|
/freebsd/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/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 2069 if (strcmp(type, VDEV_TYPE_INDIRECT) != 0) { in for_each_vdev_cb()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3950 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()
|