Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h912 #define VDEV_TYPE_INDIRECT "indirect" macro
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c577 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 Dzpool_vdev.c529 strcmp(type, VDEV_TYPE_INDIRECT) == 0) in get_replication()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h852 #define VDEV_TYPE_INDIRECT "indirect" macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c1886 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c939 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 Dzutil_import.c2069 if (strcmp(type, VDEV_TYPE_INDIRECT) != 0) { in for_each_vdev_cb()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3950 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()