Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h155 int spa_max_ashift; /* of vdevs in normal class */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c657 spa->spa_max_ashift = 0; in spa_add()
H A Dvdev.c1316 if (vd->vdev_ashift > spa->spa_max_ashift) in vdev_open()
1317 spa->spa_max_ashift = vd->vdev_ashift; in vdev_open()
H A Dspa.c2208 ASSERT3U(spa->spa_max_ashift, <=, SPA_MAXBLOCKSHIFT); in spa_load_impl()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c985 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()