Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_removal.c1297 ASSERT3U(spa->spa_max_ashift, >=, SPA_MINBLOCKSHIFT); in spa_vdev_copy_impl()
1298 ASSERT3U(spa->spa_max_ashift, ==, spa->spa_min_ashift); in spa_vdev_copy_impl()
1302 1 << spa->spa_max_ashift); in spa_vdev_copy_impl()
1306 ASSERT3U(attempted, >, 1 << spa->spa_max_ashift); in spa_vdev_copy_impl()
1307 *max_alloc = attempted - (1 << spa->spa_max_ashift); in spa_vdev_copy_impl()
1895 if (spa->spa_max_ashift != spa->spa_min_ashift) { in spa_vdev_remove_top_check()
1908 ASSERT3U(cvd->vdev_ashift, ==, spa->spa_max_ashift); in spa_vdev_remove_top_check()
Dvdev.c1285 if (vd->vdev_ashift > spa->spa_max_ashift) in vdev_metaslab_group_create()
1286 spa->spa_max_ashift = vd->vdev_ashift; in vdev_metaslab_group_create()
1868 if (vd->vdev_ashift > spa->spa_max_ashift) in vdev_open()
1869 spa->spa_max_ashift = vd->vdev_ashift; in vdev_open()
Dspa_misc.c855 spa->spa_max_ashift = 0; in spa_add()
Dspa.c2888 ASSERT3U(spa->spa_max_ashift, <=, SPA_MAXBLOCKSHIFT);
6338 tvd->vdev_ashift != spa->spa_max_ashift) {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa_impl.h239 int spa_max_ashift; /* of vdevs in normal class */ member
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c1085 ASSERT(ztest_spa->spa_max_ashift != 0); in ztest_random_blocksize()
1094 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()