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.h1046 #define VDEV_TYPE_INDIRECT "indirect" macro
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2925 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_status_config()
3377 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs()
5608 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats()
5770 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats()
7112 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats()
7304 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in collect_list_stats()
9545 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in vdev_stats_nvlist()
9824 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in class_vdevs_nvlist()
H A Dzpool_vdev.c493 strcmp(type, VDEV_TYPE_INDIRECT) == 0) in get_replication()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h847 #define VDEV_TYPE_INDIRECT "indirect" macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c1884 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c2165 if (strcmp(type, VDEV_TYPE_INDIRECT) != 0) { in for_each_vdev_cb()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c951 memcmp(type, VDEV_TYPE_INDIRECT, len) != 0 && in vdev_init()
965 else if (memcmp(type, VDEV_TYPE_INDIRECT, len) == 0) { in vdev_init()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2798 if (strcmp(path, VDEV_TYPE_INDIRECT) != 0 && in zpool_collect_leaves()
4276 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()