Home | History | Annotate | Download | only in ztest

Lines Matching defs:ashift

820 make_vdev_file(char *path, char *aux, char *pool, size_t size, uint64_t ashift)
826 if (ashift == 0)
827 ashift = ztest_get_ashift();
858 VERIFY(nvlist_add_uint64(file, ZPOOL_CONFIG_ASHIFT, ashift) == 0);
865 uint64_t ashift, int r)
871 return (make_vdev_file(path, aux, pool, size, ashift));
875 child[c] = make_vdev_file(path, aux, pool, size, ashift);
895 uint64_t ashift, int r, int m)
901 return (make_vdev_raidz(path, aux, pool, size, ashift, r));
906 child[c] = make_vdev_raidz(path, aux, pool, size, ashift, r);
923 make_vdev_root(char *path, char *aux, char *pool, size_t size, uint64_t ashift,
934 child[c] = make_vdev_mirror(path, aux, pool, size, ashift,
979 * Choose a block size >= the ashift.
2754 uint64_t ashift = ztest_get_ashift();
2879 else if (ashift > oldvd->vdev_top->vdev_ashift)
2890 ashift, 0, 0, 0, 1);