Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c2023 u64 oe_cleanup_start; in run_delalloc_nocow() local
2243 oe_cleanup_start = start; in run_delalloc_nocow()
2259 oe_cleanup_start = start; in run_delalloc_nocow()
2274 oe_cleanup_start = start; in run_delalloc_nocow()
2281 const u64 oe_cleanup_end = oe_cleanup_start + oe_cleanup_len - 1; in run_delalloc_nocow()
2282 btrfs_cleanup_ordered_extents(inode, oe_cleanup_start, oe_cleanup_len); in run_delalloc_nocow()
2283 extent_clear_unlock_delalloc(inode, oe_cleanup_start, oe_cleanup_end, in run_delalloc_nocow()
2312 start, end + 1 - start, cur_offset, oe_cleanup_start, oe_cleanup_len, in run_delalloc_nocow()