Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/tests/
Dextent-io-tests.c127 unlock_extent(tmp, start, end); in test_find_delalloc()
163 unlock_extent(tmp, start, end); in test_find_delalloc()
218 unlock_extent(tmp, start, end); in test_find_delalloc()
/Linux-v5.4/fs/btrfs/
Dcompression.c496 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
524 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
Dextent_io.h300 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() function
Drelocation.c1698 unlock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents()
2134 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in invalidate_extent_cache()
3180 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in prealloc_file_extent_cluster()
3225 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in setup_extent_mapping()
3341 unlock_extent(&BTRFS_I(inode)->io_tree, in relocate_file_extent_cluster()
Dextent_io.c3082 unlock_extent(tree, start, end); in __do_readpage()
3122 unlock_extent(tree, cur, end); in __do_readpage()
3217 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage()
3227 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage()
3245 unlock_extent(tree, cur, cur + iosize - 1); in __do_readpage()
Dinode.c813 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents()
1222 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in cow_file_range_async()
8195 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset, in btrfs_endio_direct_read()
8582 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
Dioctl.c3221 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock()
3222 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_unlock()
Dfile.c1580 unlock_extent(&inode->io_tree, lockstart, lockend); in check_can_nocow()