Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/tests/
Dextent-io-tests.c176 unlock_extent(tmp, start, end, NULL); in test_find_delalloc()
212 unlock_extent(tmp, start, end, NULL); in test_find_delalloc()
267 unlock_extent(tmp, start, end, NULL); in test_find_delalloc()
/linux-6.1.9/fs/btrfs/
Dinode.c1527 unlock_extent(&inode->io_tree, start, end, NULL); in cow_file_range_async()
2628 unlock_extent(&inode->io_tree, start, start + len - 1, NULL); in split_zoned_em()
2942 unlock_extent(&inode->io_tree, page_start, page_end, in btrfs_writepage_fixup_worker()
2969 unlock_extent(&inode->io_tree, page_start, page_end, &cached_state); in btrfs_writepage_fixup_worker()
4936 unlock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
4951 unlock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
4968 unlock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
5135 unlock_extent(io_tree, hole_start, block_end - 1, &cached_state); in btrfs_cont_expand()
7283 unlock_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct()
7728 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_dio_iomap_begin()
[all …]
Dextent-io-tree.h135 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, in unlock_extent() function
Dfile.c1329 unlock_extent(&inode->io_tree, start_pos, last_pos, in lock_and_cleanup_extent_if_need()
1411 unlock_extent(&inode->io_tree, lockstart, lockend, NULL); in btrfs_check_nocow_lock()
1705 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, in btrfs_buffered_write()
2536 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole_lock_range()
3036 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole()
3310 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, in btrfs_zero_range()
3318 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_zero_range()
3520 unlock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate()
3969 unlock_extent(&inode->io_tree, lockstart, lockend, &cached_state); in find_desired_extent()
Dreflink.c618 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1, NULL); in btrfs_double_extent_unlock()
619 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1, NULL); in btrfs_double_extent_unlock()
Dextent_io.c470 unlock_extent(tree, delalloc_start, delalloc_end, in find_lock_delalloc_range()
1761 unlock_extent(tree, start, end, NULL); in btrfs_do_readpage()
1790 unlock_extent(tree, cur, cur + iosize - 1, &cached); in btrfs_do_readpage()
1797 unlock_extent(tree, cur, end, NULL); in btrfs_do_readpage()
1872 unlock_extent(tree, cur, cur + iosize - 1, &cached); in btrfs_do_readpage()
1880 unlock_extent(tree, cur, cur + iosize - 1, NULL); in btrfs_do_readpage()
1896 unlock_extent(tree, cur, end, NULL); in btrfs_do_readpage()
3372 unlock_extent(tree, start, end, &cached_state); in extent_invalidate_folio()
4131 unlock_extent(&inode->io_tree, lockstart, lockend, &cached_state); in extent_fiemap()
4984 unlock_extent(io_tree, eb->start, eb->start + eb->len - 1, NULL); in read_extent_buffer_subpage()
Dordered-data.c1059 unlock_extent(&inode->io_tree, start, end, cachedp); in btrfs_lock_and_flush_ordered_range()
1084 unlock_extent(&inode->io_tree, start, end, NULL); in btrfs_try_lock_ordered_range()
Dcompression.c611 unlock_extent(tree, cur, page_end, NULL); in add_ra_bio_pages()
631 unlock_extent(tree, cur, page_end, NULL); in add_ra_bio_pages()
Drelocation.c1129 unlock_extent(&BTRFS_I(inode)->io_tree, in replace_file_extents()
1571 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, NULL); in invalidate_extent_cache()
2878 unlock_extent(&inode->io_tree, start, end, NULL); in prealloc_file_extent_cluster()
2908 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, NULL); in setup_relocation_extent_mapping()
3034 unlock_extent(&BTRFS_I(inode)->io_tree, clamped_start, clamped_end, NULL); in relocate_one_page()
Dioctl.c1224 unlock_extent(io_tree, start, end, &cached); in defrag_lookup_extent()
1338 unlock_extent(&inode->io_tree, page_start, page_end, in defrag_prepare_one_page()
1683 goto unlock_extent; in defrag_one_range()
1696 unlock_extent: in defrag_one_range()
1697 unlock_extent(&inode->io_tree, start_index << PAGE_SHIFT, in defrag_one_range()
Dfree-space-cache.c363 unlock_extent(&inode->io_tree, 0, (u64)-1, &cached_state); in btrfs_truncate_free_space_cache()
1295 unlock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1, in cleanup_write_cache_enospc()
1477 unlock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1, in __btrfs_write_out_cache()
Ddisk-io.c147 unlock_extent(io_tree, eb->start, eb->start + eb->len - 1, in verify_parent_transid()
Dtree-log.c4318 unlock_extent(&log_root->log_csum_range, sums->bytenr, lock_end, in log_csums()