Searched refs:untouched_start (Results 1 – 1 of 1) sorted by relevance
2005 u64 untouched_start; in run_delalloc_nocow() local2225 untouched_start = nocow_end + 1; in run_delalloc_nocow()2227 untouched_start = cur_offset; in run_delalloc_nocow()2228 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()2240 untouched_start = cow_start; in run_delalloc_nocow()2241 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()2255 untouched_start = cow_end + 1; in run_delalloc_nocow()2256 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()2271 const u64 untouched_end = untouched_start + untouched_len - 1; in run_delalloc_nocow()2277 btrfs_lock_extent(&inode->io_tree, untouched_start, untouched_end, &cached); in run_delalloc_nocow()[all …]