Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dfile.c3228 u64 oe_end; in find_delalloc_subrange() local
3296 oe_end = min(oe->file_offset + oe->num_bytes - 1, end); in find_delalloc_subrange()
3303 *delalloc_end_ret = oe_end; in find_delalloc_subrange()
3313 if (oe_end < *delalloc_start_ret) in find_delalloc_subrange()
3314 *delalloc_end_ret = oe_end; in find_delalloc_subrange()
3317 *delalloc_end_ret = oe_end; in find_delalloc_subrange()