Searched refs:VDEV_TYPE_HOLE (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_missing.c | 131 .vdev_op_type = VDEV_TYPE_HOLE, /* name of this vdev type */
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | spa_os.c | 130 VDEV_TYPE_HOLE); in spa_generate_rootconf()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 914 #define VDEV_TYPE_HOLE "hole" macro
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 528 if (strcmp(type, VDEV_TYPE_HOLE) == 0 || in get_replication()
|
H A D | zpool_main.c | 1203 fnvlist_add_string(list, "class", VDEV_TYPE_HOLE); in fill_vdev_info() 3209 strcmp(type, VDEV_TYPE_HOLE) == 0) in print_import_config()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 854 #define VDEV_TYPE_HOLE "hole" macro
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 728 VDEV_TYPE_HOLE) != 0 || in get_configs()
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 950 memcmp(type, VDEV_TYPE_HOLE, len) != 0) { in vdev_init() 983 } else if (memcmp(type, VDEV_TYPE_HOLE, len) == 0) { in vdev_init()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 2600 strcmp(path, VDEV_TYPE_HOLE) != 0) in zpool_collect_leaves() 4006 VDEV_TYPE_HOLE) != 0) in zpool_vdev_split()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 3653 ZPOOL_CONFIG_TYPE, VDEV_TYPE_HOLE); in ztest_split_pool()
|