Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dfile.c3255 u64 oe_end; in find_delalloc_subrange() local
3323 oe_end = min(oe->file_offset + oe->num_bytes - 1, end); in find_delalloc_subrange()
3330 *delalloc_end_ret = oe_end; in find_delalloc_subrange()
3340 if (oe_end < *delalloc_start_ret) in find_delalloc_subrange()
3341 *delalloc_end_ret = oe_end; in find_delalloc_subrange()
3344 *delalloc_end_ret = oe_end; in find_delalloc_subrange()