Lines Matching defs:max_alloc
1436 * Evacuates a segment of size at most max_alloc from the vdev
1439 * large size, so decrease max_alloc so that the caller will not try
1444 uint64_t *max_alloc, dmu_tx_t *tx)
1453 * to max_alloc bytes, and we can span up to vdev_removal_max_span
1469 /* need to truncate the first seg based on max_alloc */
1471 rt), *max_alloc);
1481 *max_alloc) {
1484 * max_alloc. Rather than splitting this
1547 *max_alloc = attempted - (1 << spa->spa_max_ashift);
1599 uint64_t max_alloc = spa_remove_max_segment(spa);
1726 max_alloc = spa_remove_max_segment(spa);
1729 spa_vdev_copy_impl(vd, svr, &vca, &max_alloc, tx);