Home
last modified time | relevance | path

Searched refs:VDEV_TYPE_HOLE (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dvdev_missing.c128 .vdev_op_type = VDEV_TYPE_HOLE, /* name of this vdev type */
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c129 VDEV_TYPE_HOLE); in spa_generate_rootconf()
/freebsd-14.2/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h884 #define VDEV_TYPE_HOLE "hole" macro
/freebsd-14.2/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c527 if (strcmp(type, VDEV_TYPE_HOLE) == 0 || in get_replication()
H A Dzpool_main.c470 strcmp(path, VDEV_TYPE_HOLE) != 0) in zpool_collect_leaves()
2761 strcmp(type, VDEV_TYPE_HOLE) == 0) in print_import_config()
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h848 #define VDEV_TYPE_HOLE "hole" macro
/freebsd-14.2/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c727 VDEV_TYPE_HOLE) != 0 || in get_configs()
/freebsd-14.2/stand/libsa/zfs/
H A Dzfsimpl.c941 memcmp(type, VDEV_TYPE_HOLE, len) != 0) { in vdev_init()
974 } else if (memcmp(type, VDEV_TYPE_HOLE, len) == 0) { in vdev_init()
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3776 VDEV_TYPE_HOLE) != 0) in zpool_vdev_split()
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c3529 ZPOOL_CONFIG_TYPE, VDEV_TYPE_HOLE); in ztest_split_pool()