Searched refs:oe_cleanup_start (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | inode.c | 2133 u64 oe_cleanup_start; in run_delalloc_nocow() local 2353 oe_cleanup_start = start; in run_delalloc_nocow() 2369 oe_cleanup_start = start; in run_delalloc_nocow() 2384 oe_cleanup_start = start; in run_delalloc_nocow() 2391 const u64 oe_cleanup_end = oe_cleanup_start + oe_cleanup_len - 1; in run_delalloc_nocow() 2392 btrfs_cleanup_ordered_extents(inode, oe_cleanup_start, oe_cleanup_len); in run_delalloc_nocow() 2393 extent_clear_unlock_delalloc(inode, oe_cleanup_start, oe_cleanup_end, in run_delalloc_nocow() 2422 start, end + 1 - start, cur_offset, oe_cleanup_start, oe_cleanup_len, in run_delalloc_nocow()
|