Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/btrfs/
Dextent-io-tree.h124 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() function
Dreflink.c603 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock()
604 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_unlock()
Dcompression.c569 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
597 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
Drelocation.c1118 unlock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents()
1556 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in invalidate_extent_cache()
2640 unlock_extent(&inode->io_tree, start, end); in prealloc_file_extent_cluster()
2681 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in setup_extent_mapping()
2807 unlock_extent(&BTRFS_I(inode)->io_tree, in relocate_file_extent_cluster()
Dextent_io.c3169 unlock_extent(tree, start, end); in btrfs_do_readpage()
3209 unlock_extent(tree, cur, end); in btrfs_do_readpage()
3303 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage()
3313 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage()
3331 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage()
Dinode.c828 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents()
1254 unlock_extent(&inode->io_tree, start, end); in cow_file_range_async()
7570 unlock_extent(&BTRFS_I(inode)->io_tree, pos, pos + length - 1); in btrfs_dio_iomap_end()
7581 unlock_extent(&BTRFS_I(inode)->io_tree, pos, in btrfs_dio_iomap_end()
7624 unlock_extent(&BTRFS_I(dip->inode)->io_tree, in btrfs_dio_private_put()
7889 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
Dfile.c1519 unlock_extent(&inode->io_tree, lockstart, lockend); in check_can_nocow()