Searched refs:unlock_extent (Results 1 – 8 of 8) sorted by relevance
/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()
|
/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 | 604 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_unlock() 605 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_unlock()
|
D | compression.c | 626 unlock_extent(tree, last_offset, end); in add_ra_bio_pages() 650 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() 1575 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in invalidate_extent_cache() 2911 unlock_extent(&inode->io_tree, start, end); in prealloc_file_extent_cluster() 2952 unlock_extent(&BTRFS_I(inode)->io_tree, start, end); in setup_extent_mapping() 3074 unlock_extent(&BTRFS_I(inode)->io_tree, clamped_start, clamped_end); in relocate_one_page()
|
D | extent_io.c | 3573 unlock_extent(tree, start, end); in btrfs_do_readpage() 3582 unlock_extent(tree, start, end); in btrfs_do_readpage() 3619 unlock_extent(tree, cur, end); in btrfs_do_readpage() 3708 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 3718 unlock_extent(tree, cur, cur + iosize - 1); in btrfs_do_readpage() 3736 unlock_extent(tree, cur, end); in btrfs_do_readpage() 6515 unlock_extent(io_tree, eb->start, eb->start + eb->len - 1); in read_extent_buffer_subpage()
|
D | inode.c | 910 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents() 1413 unlock_extent(&inode->io_tree, start, end); in cow_file_range_async() 2459 unlock_extent(&inode->io_tree, start, start + len - 1); in split_zoned_em() 8178 unlock_extent(&BTRFS_I(inode)->io_tree, pos, pos + length - 1); in btrfs_dio_iomap_end() 8189 unlock_extent(&BTRFS_I(inode)->io_tree, pos, in btrfs_dio_iomap_end() 8218 unlock_extent(&BTRFS_I(dip->inode)->io_tree, in btrfs_dio_private_put() 8448 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
|
D | file.c | 1542 unlock_extent(&inode->io_tree, lockstart, lockend); in check_can_nocow()
|