Searched refs:VDEV_TYPE_INDIRECT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 779 #define VDEV_TYPE_INDIRECT "indirect" macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 447 if (strcmp(path, VDEV_TYPE_INDIRECT) != 0 && in zpool_collect_leaves() 2187 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_status_config() 2567 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs() 4516 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 4678 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_vdev_stats() 5936 if (strcmp(name, VDEV_TYPE_INDIRECT) == 0) in print_list_stats() 6029 if (!islog && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_list_stats()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect.c | 1879 .vdev_op_type = VDEV_TYPE_INDIRECT, /* name of this vdev type */
|
| H A D | vdev.c | 4934 strcmp(vdev_type, VDEV_TYPE_INDIRECT) == 0) { in vdev_is_bootable()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3527 if (strcmp(type, VDEV_TYPE_INDIRECT) == 0) { in zpool_vdev_split()
|