Lines Matching refs:end_ret
826 u64 *start_ret, u64 *end_ret, u32 bits, in find_first_extent_bit() argument
853 *end_ret = state->end; in find_first_extent_bit()
878 u64 *start_ret, u64 *end_ret, u32 bits) in find_contiguous_extent_bit() argument
887 *end_ret = state->end; in find_contiguous_extent_bit()
889 if (state->start > (*end_ret + 1)) in find_contiguous_extent_bit()
891 *end_ret = state->end; in find_contiguous_extent_bit()
1425 u64 *start_ret, u64 *end_ret, u32 bits) in find_first_clear_extent_bit() argument
1441 *end_ret = -1; in find_first_clear_extent_bit()
1449 *end_ret = -1; in find_first_clear_extent_bit()
1506 *end_ret = state->end; in find_first_clear_extent_bit()
1508 *end_ret = state->start - 1; in find_first_clear_extent_bit()