Searched refs:make_vdev_root (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 1336 make_vdev_root(const char *path, const char *aux, const char *pool, size_t size, in make_vdev_root() function 2941 nvroot = make_vdev_root("/dev/bogus", NULL, NULL, 0, 0, NULL, 0, 0, 1); in ztest_spa_create_destroy() 2949 nvroot = make_vdev_root("/dev/bogus", NULL, NULL, 0, 0, NULL, 0, 2, 1); in ztest_spa_create_destroy() 2959 nvroot = make_vdev_root("/dev/bogus", NULL, NULL, 0, 0, NULL, 0, 0, 1); in ztest_spa_create_destroy() 3061 nvroot = make_vdev_root(NULL, NULL, name, ztest_opts.zo_vdev_size, 0, in ztest_spa_upgrade() 3268 nvroot = make_vdev_root(NULL, NULL, NULL, in ztest_vdev_add_remove() 3332 nvroot = make_vdev_root(NULL, NULL, NULL, ztest_opts.zo_vdev_size, 0, in ztest_vdev_class_add() 3440 nvlist_t *nvroot = make_vdev_root(NULL, aux, NULL, in ztest_vdev_aux_add_remove() 3778 root = make_vdev_root(newpath, NULL, NULL, newvd == NULL ? newsize : 0, in ztest_vdev_attach_detach() 7840 nvroot = make_vdev_root(NULL, NULL, NULL, ztest_opts.zo_vdev_size, 0, in ztest_init()
|