Lines Matching refs:end_ret
1562 u64 *start_ret, u64 *end_ret, unsigned bits, in find_first_extent_bit() argument
1589 *end_ret = state->end; in find_first_extent_bit()
1613 u64 *start_ret, u64 *end_ret, unsigned bits) in find_contiguous_extent_bit() argument
1622 *end_ret = state->end; in find_contiguous_extent_bit()
1624 if (state->start > (*end_ret + 1)) in find_contiguous_extent_bit()
1626 *end_ret = state->end; in find_contiguous_extent_bit()
1650 u64 *start_ret, u64 *end_ret, unsigned bits) in find_first_clear_extent_bit() argument
1666 *end_ret = -1; in find_first_clear_extent_bit()
1675 *end_ret = -1; in find_first_clear_extent_bit()
1737 *end_ret = state->end; in find_first_clear_extent_bit()
1739 *end_ret = state->start - 1; in find_first_clear_extent_bit()