Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dioctl.c3293 static void btrfs_double_extent_unlock(struct inode *inode1, u64 loff1, in btrfs_double_extent_unlock() argument
3296 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock()
3300 static int btrfs_double_extent_lock(struct inode *inode1, u64 loff1, in btrfs_double_extent_lock() argument
3308 swap(loff1, loff2); in btrfs_double_extent_lock()
3310 ret = lock_extent_range(inode1, loff1, len, retry_range_locking); in btrfs_double_extent_lock()
3315 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, in btrfs_double_extent_lock()
3316 loff1 + len - 1); in btrfs_double_extent_lock()