Home
last modified time | relevance | path

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

/fs/btrfs/
Dioctl.c3086 u64 same_lock_start = 0; in btrfs_extent_same() local
3127 same_lock_start = min_t(u64, loff, dst_loff); in btrfs_extent_same()
3128 same_lock_len = max_t(u64, loff, dst_loff) + len - same_lock_start; in btrfs_extent_same()
3154 ret = lock_extent_range(src, same_lock_start, same_lock_len, in btrfs_extent_same()
3174 btrfs_wait_ordered_range(src, same_lock_start, in btrfs_extent_same()
3195 unlock_extent(&BTRFS_I(src)->io_tree, same_lock_start, in btrfs_extent_same()
3196 same_lock_start + same_lock_len - 1); in btrfs_extent_same()