Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c2026 u64 untouched_start; in run_delalloc_nocow() local
2246 untouched_start = nocow_end + 1; in run_delalloc_nocow()
2248 untouched_start = cur_offset; in run_delalloc_nocow()
2249 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()
2261 untouched_start = cow_start; in run_delalloc_nocow()
2262 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()
2276 untouched_start = cow_end + 1; in run_delalloc_nocow()
2277 untouched_len = end + 1 - untouched_start; in run_delalloc_nocow()
2292 const u64 untouched_end = untouched_start + untouched_len - 1; in run_delalloc_nocow()
2298 btrfs_lock_extent(&inode->io_tree, untouched_start, untouched_end, &cached); in run_delalloc_nocow()
[all …]