Searched refs:unlock_extent (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/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.15/fs/btrfs/ |
| D | extent-io-tree.h | 137 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() function
|
| D | reflink.c | 601 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock() 602 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_unlock()
|
| D | compression.c | 627 unlock_extent(tree, last_offset, end); in add_ra_bio_pages() 652 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
|
| D | relocation.c | 1127 unlock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents() 1567 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in invalidate_extent_cache() 2894 unlock_extent(&inode->io_tree, start, end); in prealloc_file_extent_cluster() 2935 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in setup_extent_mapping() 3057 unlock_extent(&BTRFS_I(inode)->io_tree, clamped_start, clamped_end); in relocate_one_page()
|
| D | extent_io.c | 3572 unlock_extent(tree, start, end); in btrfs_do_readpage() 3581 unlock_extent(tree, start, end); in btrfs_do_readpage() 3618 unlock_extent(tree, cur, end); in btrfs_do_readpage() 3707 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 3717 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 3733 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 6477 unlock_extent(io_tree, eb->start, eb->start + eb->len - 1); in read_extent_buffer_subpage()
|
| D | inode.c | 912 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents() 1361 unlock_extent(&inode->io_tree, start, end); in cow_file_range_async() 2399 unlock_extent(&inode->io_tree, start, start + len - 1); in split_zoned_em() 8000 unlock_extent(&BTRFS_I(inode)->io_tree, pos, pos + length - 1); in btrfs_dio_iomap_end() 8011 unlock_extent(&BTRFS_I(inode)->io_tree, pos, in btrfs_dio_iomap_end() 8046 unlock_extent(&BTRFS_I(dip->inode)->io_tree, in btrfs_dio_private_put() 8276 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
|
| D | file.c | 1533 unlock_extent(&inode->io_tree, lockstart, lockend); in check_can_nocow()
|