Searched refs:untouched_start (Results 1 – 1 of 1) sorted by relevance
2136 u64 untouched_start; in run_delalloc_nocow() local2356 untouched_start = nocow_end + 1; in run_delalloc_nocow()2358 untouched_start = cur_offset; in run_delalloc_nocow()2359 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()2371 untouched_start = cow_start; in run_delalloc_nocow()2372 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()2386 untouched_start = cow_end + 1; in run_delalloc_nocow()2387 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()2402 const u64 untouched_end = untouched_start + untouched_len - 1; in run_delalloc_nocow()2408 btrfs_lock_extent(&inode->io_tree, untouched_start, untouched_end, &cached); in run_delalloc_nocow()[all …]