Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1338 make_vdev_raid(const char *path, const char *aux, const char *pool, size_t size, in make_vdev_raid() function
1396 return (make_vdev_raid(path, aux, pool, size, ashift, r)); in make_vdev_mirror()
1401 child[c] = make_vdev_raid(path, aux, pool, size, ashift, r); in make_vdev_mirror()