Lines Matching refs:cur_start
1763 u64 cur_start = *start;
1773 node = tree_search(tree, cur_start);
1781 if (found && (state->start != cur_start ||
1797 cur_start = state->end + 1;
2042 u64 cur_start = *start;
2047 if (WARN_ON(search_end <= cur_start))
2051 if (cur_start == 0 && bits == EXTENT_DIRTY) {
2059 node = tree_search(tree, cur_start);
2069 if (state->end >= cur_start && (state->state & bits) == bits) {
2071 max(cur_start, state->start);
2075 *start = max(cur_start, state->start);