Lines Matching defs:ashift
824 make_vdev_file(char *path, char *aux, char *pool, size_t size, uint64_t ashift)
830 if (ashift == 0)
831 ashift = ztest_get_ashift();
862 VERIFY(nvlist_add_uint64(file, ZPOOL_CONFIG_ASHIFT, ashift) == 0);
869 uint64_t ashift, int r)
875 return (make_vdev_file(path, aux, pool, size, ashift));
879 child[c] = make_vdev_file(path, aux, pool, size, ashift);
899 uint64_t ashift, int r, int m)
905 return (make_vdev_raidz(path, aux, pool, size, ashift, r));
910 child[c] = make_vdev_raidz(path, aux, pool, size, ashift, r);
927 make_vdev_root(char *path, char *aux, char *pool, size_t size, uint64_t ashift,
938 child[c] = make_vdev_mirror(path, aux, pool, size, ashift,
983 * Choose a block size >= the ashift.
2759 uint64_t ashift = ztest_get_ashift();
2884 else if (ashift > oldvd->vdev_top->vdev_ashift)
2895 ashift, 0, 0, 0, 1);