Lines Matching defs:ashift
1287 size_t size, uint64_t ashift)
1295 if (ashift == 0)
1296 ashift = ztest_get_ashift();
1331 fnvlist_add_uint64(file, ZPOOL_CONFIG_ASHIFT, ashift);
1339 uint64_t ashift, int r)
1345 return (make_vdev_file(path, aux, pool, size, ashift));
1349 child[c] = make_vdev_file(path, aux, pool, size, ashift);
1390 size_t size, uint64_t ashift, int r, int m)
1396 return (make_vdev_raid(path, aux, pool, size, ashift, r));
1401 child[c] = make_vdev_raid(path, aux, pool, size, ashift, r);
1418 uint64_t ashift, const char *class, int r, int m, int t)
1431 child[c] = make_vdev_mirror(path, aux, pool, size, ashift,
1482 * Choose a block size >= the ashift.
3714 uint64_t ashift = ztest_get_ashift();
3898 else if (ashift > oldvd->vdev_top->vdev_ashift)
3911 ashift, NULL, 0, 0, 1);
4075 uint64_t leaves, raidz_children, newsize, ashift = ztest_get_ashift();
4134 root = make_vdev_root(newpath, NULL, NULL, newsize, ashift, NULL,