Searched refs:unlock_extent (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/fs/btrfs/tests/ |
| D | extent-io-tests.c | 127 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.10/fs/btrfs/ |
| D | extent-io-tree.h | 124 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() function
|
| D | reflink.c | 556 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock() 557 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_unlock()
|
| D | compression.c | 564 unlock_extent(tree, last_offset, end); in add_ra_bio_pages() 592 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
|
| D | relocation.c | 1100 unlock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents() 1538 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in invalidate_extent_cache() 2622 unlock_extent(&inode->io_tree, start, end); in prealloc_file_extent_cluster() 2663 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in setup_extent_mapping() 2789 unlock_extent(&BTRFS_I(inode)->io_tree, in relocate_file_extent_cluster()
|
| D | extent_io.c | 3171 unlock_extent(tree, start, end); in btrfs_do_readpage() 3211 unlock_extent(tree, cur, end); in btrfs_do_readpage() 3305 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 3315 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 3333 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage()
|
| D | inode.c | 828 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents() 1255 unlock_extent(&inode->io_tree, start, end); in cow_file_range_async() 7539 unlock_extent(&BTRFS_I(inode)->io_tree, pos, pos + length - 1); in btrfs_dio_iomap_end() 7550 unlock_extent(&BTRFS_I(inode)->io_tree, pos, in btrfs_dio_iomap_end() 7593 unlock_extent(&BTRFS_I(dip->inode)->io_tree, in btrfs_dio_private_put() 7858 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
|
| D | file.c | 1520 unlock_extent(&inode->io_tree, lockstart, lockend); in check_can_nocow()
|