Searched refs:unlock_extent (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/btrfs/tests/ |
D | extent-io-tests.c | 126 unlock_extent(&tmp, start, end); in test_find_delalloc() 162 unlock_extent(&tmp, start, end); in test_find_delalloc() 217 unlock_extent(&tmp, start, end); in test_find_delalloc()
|
/linux-4.4.14/fs/btrfs/ |
D | compression.c | 512 unlock_extent(tree, last_offset, end); in add_ra_bio_pages() 540 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
|
D | extent_io.h | 205 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end);
|
D | extent_io.c | 1448 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() function 3008 unlock_extent(tree, start, end); in __do_readpage() 3051 unlock_extent(tree, cur, end); in __do_readpage() 3151 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage() 3162 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage() 3182 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage() 3216 unlock_extent(tree, start, end); in __do_contiguous_readpages() 3287 unlock_extent(tree, start, end); in __extent_read_full_page()
|
D | ioctl.c | 2862 unlock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1); in lock_extent_range() 2890 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock() 2891 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_unlock() 2909 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, in btrfs_double_extent_lock() 3157 unlock_extent(&BTRFS_I(src)->io_tree, same_lock_start, in btrfs_extent_same() 3988 unlock_extent(&BTRFS_I(src)->io_tree, lock_start, lock_end); in btrfs_ioctl_clone()
|
D | relocation.c | 1697 unlock_extent(&BTRFS_I(inode)->io_tree, 2085 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); 3052 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); 3095 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); 3190 unlock_extent(&BTRFS_I(inode)->io_tree,
|
D | file.c | 1459 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); in check_can_nocow() 1474 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); in check_can_nocow()
|
D | inode.c | 744 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents() 7992 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset, in btrfs_endio_direct_read() 8392 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
|