Home
last modified time | relevance | path

Searched refs:oe_end (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dfile.c3132 u64 oe_end; in find_delalloc_subrange() local
3200 oe_end = min(oe->file_offset + oe->num_bytes - 1, end); in find_delalloc_subrange()
3207 *delalloc_end_ret = oe_end; in find_delalloc_subrange()
3217 if (oe_end < *delalloc_start_ret) in find_delalloc_subrange()
3218 *delalloc_end_ret = oe_end; in find_delalloc_subrange()
3221 *delalloc_end_ret = oe_end; in find_delalloc_subrange()