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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c1210 * of the range and the cursor_end to the end of the range. As allocations
1221 uint64_t *cursor_end = &msp->ms_lbas[1]; local
1227 ASSERT3U(*cursor_end, >=, *cursor);
1229 if ((*cursor + size) > *cursor_end) {
1237 *cursor_end = rs->rs_end;

Completed in 53 milliseconds