Home
last modified time | relevance | path

Searched refs:VDEV_TYPE_INDIRECT (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h943 #define VDEV_TYPE_INDIRECT "indirect" macro
/src/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c503 strcmp(type, VDEV_TYPE_INDIRECT) == 0) in get_replication()
H A Dzpool_main.c2899 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()
5566 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats()
5728 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats()
7046 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats()
7238 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats()
9299 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in vdev_stats_nvlist()
9578 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in class_vdevs_nvlist()
/src/sys/cddl/boot/zfs/
H A Dzfsimpl.h847 #define VDEV_TYPE_INDIRECT "indirect" macro
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c1887 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
/src/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c2083 if (strcmp(type, VDEV_TYPE_INDIRECT) != 0) { in for_each_vdev_cb()
/src/stand/libsa/zfs/
H A Dzfsimpl.c950 memcmp(type, VDEV_TYPE_INDIRECT, len) != 0 && in vdev_init()
964 else if (memcmp(type, VDEV_TYPE_INDIRECT, len) == 0) { in vdev_init()
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2617 if (strcmp(path, VDEV_TYPE_INDIRECT) != 0 && in zpool_collect_leaves()
4037 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()