Searched refs:unlock_extent_cached (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | file.c | 1431 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in lock_and_cleanup_extent_if_need() 1688 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in __btrfs_buffered_write() 2476 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, in btrfs_punch_hole() 2617 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole() 2776 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in btrfs_fallocate() 2883 unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 2953 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in find_desired_extent()
|
D | inode.c | 2054 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, in btrfs_writepage_fixup_worker() 2083 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, page_end, in btrfs_writepage_fixup_worker() 2673 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lock_start, lock_end, in relink_extent_backref() 3007 unlock_extent_cached(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io() 4777 unlock_extent_cached(io_tree, block_start, block_end, in btrfs_truncate_block() 4794 unlock_extent_cached(io_tree, block_start, block_end, in btrfs_truncate_block() 4814 unlock_extent_cached(io_tree, block_start, block_end, &cached_state, in btrfs_truncate_block() 4911 unlock_extent_cached(io_tree, hole_start, block_end - 1, in btrfs_cont_expand() 4976 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state, in btrfs_cont_expand() 7566 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in lock_extent_direct() [all …]
|
D | extent_io.h | 257 static inline int unlock_extent_cached(struct extent_io_tree *tree, u64 start, in unlock_extent_cached() function
|
D | extent_io.c | 1715 unlock_extent_cached(tree, delalloc_start, delalloc_end, in find_lock_delalloc_range() 2515 unlock_extent_cached(tree, start, end, &cached, GFP_ATOMIC); in endio_readpage_release_extent() 2948 unlock_extent_cached(tree, cur, in __do_readpage() 3042 unlock_extent_cached(tree, cur, in __do_readpage() 4585 unlock_extent_cached(&BTRFS_I(inode)->io_tree, start, start + len - 1, in extent_fiemap()
|
D | free-space-cache.c | 1133 unlock_extent_cached(&BTRFS_I(inode)->io_tree, 0, in cleanup_write_cache_enospc() 1312 unlock_extent_cached(&BTRFS_I(inode)->io_tree, 0, in __btrfs_write_out_cache()
|
D | ioctl.c | 1017 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS); in defrag_lookup_extent() 1166 unlock_extent_cached(tree, page_start, page_end, in cluster_pages_for_defrag() 1242 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in cluster_pages_for_defrag()
|
D | disk-io.c | 393 unlock_extent_cached(io_tree, eb->start, eb->start + eb->len - 1, in verify_parent_transid()
|
D | scrub.c | 4291 unlock_extent_cached(io_tree, lockstart, lockend, &cached_state, in check_extent_to_block()
|