Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c1274 make_vdev_raid(char *path, char *aux, char *pool, size_t size, in make_vdev_raid() function
1331 return (make_vdev_raid(path, aux, pool, size, ashift, r)); in make_vdev_mirror()
1336 child[c] = make_vdev_raid(path, aux, pool, size, ashift, r); in make_vdev_mirror()