Lines Matching defs:maxalloc
1123 uint64_t maxalloc, uint64_t txg,
1134 ASSERT3U(maxalloc, <=, SPA_MAXBLOCKSIZE);
1135 ASSERT0(P2PHASE(maxalloc, 1 << spa->spa_min_ashift));
1138 if (range_tree_span(segs) > maxalloc) {
1146 rs_set_start(&search, segs, start + maxalloc);
1147 rs_set_end(&search, segs, start + maxalloc);
1155 * There are no segments that end before maxalloc.
1156 * I.e. the first segment is larger than maxalloc,
1159 size = maxalloc;
1162 ASSERT3U(size, <=, maxalloc);