Searched refs:lock_end (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | inode.c | 2555 u64 lock_end; in relink_extent_backref() local 2599 lock_end = backref->file_pos + backref->num_bytes - 1; in relink_extent_backref() 2600 lock_extent_bits(&BTRFS_I(inode)->io_tree, lock_start, lock_end, in relink_extent_backref() 2603 ordered = btrfs_lookup_first_ordered_extent(inode, lock_end); in relink_extent_backref() 2728 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lock_start, lock_end, in relink_extent_backref()
|
D | ioctl.c | 4330 u64 lock_end = max_t(u64, off, destoff) + len - 1; in btrfs_clone_files() local 4332 unlock_extent(&BTRFS_I(src)->io_tree, lock_start, lock_end); in btrfs_clone_files()
|