Home
last modified time | relevance | path

Searched refs:VDEV_TYPE_ROOT (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_root.c155 VDEV_TYPE_ROOT, /* name of this vdev type */
H A Dspa.c5021 VDEV_TYPE_ROOT) == 0);
5282 VDEV_TYPE_ROOT) == 0);
H A Dvdev.c4261 if (strcmp(vdev_type, VDEV_TYPE_ROOT) == 0 && in vdev_is_bootable()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1039 if ((strcmp(type, VDEV_TYPE_ROOT) == 0) && children > 1) { in make_disks()
1434 VDEV_TYPE_ROOT) == 0); in construct_spec()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h631 #define VDEV_TYPE_ROOT "root" macro
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1107 || nvlist_add_string(nvroot, ZPOOL_CONFIG_TYPE, VDEV_TYPE_ROOT) != 0 in Replace()
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h753 #define VDEV_TYPE_ROOT "root" macro
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c712 VDEV_TYPE_ROOT) != 0 || in get_configs()
H A Dlibzfs_pool.c2518 if (strcmp(type, VDEV_TYPE_ROOT) != 0 || count != 1)
3198 VDEV_TYPE_ROOT) != 0)
/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c2913 if (strcmp(type, VDEV_TYPE_ROOT) != 0) { in zfs_spa_init()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c967 VERIFY(nvlist_add_string(root, ZPOOL_CONFIG_TYPE, VDEV_TYPE_ROOT) == 0); in make_vdev_root()
2911 VDEV_TYPE_ROOT) == 0); in ztest_split_pool()