Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c262 zio_t *zio_test; in init_raidz_golden_map() local
271 zio_test = umem_zalloc(sizeof (zio_t), UMEM_NOFAIL); in init_raidz_golden_map()
277 zio_test->io_abd = raidz_alloc(opts->rto_dsize); in init_raidz_golden_map()
280 init_zio_abd(zio_test); in init_raidz_golden_map()
286 rm_test = vdev_raidz_map_alloc(zio_test, in init_raidz_golden_map()
303 fini_raidz_map(&zio_test, &rm_test); in init_raidz_golden_map()
341 zio_t *zio_test; in run_gen_check() local
371 rm_test = init_raidz_map(opts, &zio_test, fn+1); in run_gen_check()
386 fini_raidz_map(&zio_test, &rm_test); in run_gen_check()
516 zio_t *zio_test; in run_rec_check() local
[all …]