Searched refs:oe_cleanup_start (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | inode.c | 2002 u64 oe_cleanup_start; in run_delalloc_nocow() local 2222 oe_cleanup_start = start; in run_delalloc_nocow() 2238 oe_cleanup_start = start; in run_delalloc_nocow() 2253 oe_cleanup_start = start; in run_delalloc_nocow() 2260 const u64 oe_cleanup_end = oe_cleanup_start + oe_cleanup_len - 1; in run_delalloc_nocow() 2261 btrfs_cleanup_ordered_extents(inode, oe_cleanup_start, oe_cleanup_len); in run_delalloc_nocow() 2262 extent_clear_unlock_delalloc(inode, oe_cleanup_start, oe_cleanup_end, in run_delalloc_nocow() 2291 start, end + 1 - start, cur_offset, oe_cleanup_start, oe_cleanup_len, in run_delalloc_nocow()
|