Searched refs:unlock_extent (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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.1.27/fs/btrfs/ |
D | compression.c | 516 unlock_extent(tree, last_offset, end); in add_ra_bio_pages() 544 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
|
D | extent_io.c | 1380 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() function 2941 unlock_extent(tree, start, end); in __do_readpage() 2984 unlock_extent(tree, cur, end); in __do_readpage() 3080 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage() 3091 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage() 3111 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage() 3145 unlock_extent(tree, start, end); in __do_contiguous_readpages() 3216 unlock_extent(tree, start, end); in __extent_read_full_page()
|
D | extent_io.h | 192 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end);
|
D | ioctl.c | 2806 unlock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1); in lock_extent_range() 2816 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_unlock() 2817 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_unlock() 3814 unlock_extent(&BTRFS_I(src)->io_tree, lock_start, lock_end); in btrfs_ioctl_clone() 3816 unlock_extent(&BTRFS_I(src)->io_tree, off, off + len - 1); in btrfs_ioctl_clone() 3817 unlock_extent(&BTRFS_I(inode)->io_tree, destoff, in btrfs_ioctl_clone()
|
D | relocation.c | 1697 unlock_extent(&BTRFS_I(inode)->io_tree, 2083 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); 3046 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); 3089 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); 3184 unlock_extent(&BTRFS_I(inode)->io_tree,
|
D | file.c | 1449 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); in check_can_nocow() 1464 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); in check_can_nocow()
|
D | inode.c | 737 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents() 7896 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset, in btrfs_endio_direct_read()
|