Searched refs:maxbs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1136 int maxbs = SPA_MAXBLOCKSIZE; local
1138 maxbs = zpool_get_prop_int(zpool_hdl,
1148 maxbs = SPA_OLD_MAXBLOCKSIZE;
1151 * SPA_MINBLOCKSIZE and maxbs.
1154 intval > maxbs || !ISP2(intval)) {
1157 "to %uKB"), propname, maxbs >> 10);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c986 int maxbs = SPA_OLD_MAXBLOCKSHIFT; local
988 maxbs = 20;
989 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1);

Completed in 84 milliseconds