Searched refs:unlock_extent_cached (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | file.c | 1403 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in lock_and_cleanup_extent_if_need() 1645 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in __btrfs_buffered_write() 2419 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, in btrfs_punch_hole() 2560 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole() 2715 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in btrfs_fallocate() 2810 unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 2887 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in find_desired_extent()
|
D | extent_io.h | 206 int unlock_extent_cached(struct extent_io_tree *tree, u64 start, u64 end,
|
D | inode.c | 2001 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, in btrfs_writepage_fixup_worker() 2022 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, page_end, in btrfs_writepage_fixup_worker() 2612 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lock_start, lock_end, in relink_extent_backref() 2946 unlock_extent_cached(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io() 4672 unlock_extent_cached(io_tree, page_start, page_end, in btrfs_truncate_page() 4689 unlock_extent_cached(io_tree, page_start, page_end, in btrfs_truncate_page() 4707 unlock_extent_cached(io_tree, page_start, page_end, &cached_state, in btrfs_truncate_page() 4804 unlock_extent_cached(io_tree, hole_start, block_end - 1, in btrfs_cont_expand() 4869 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state, in btrfs_cont_expand() 7414 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in lock_extent_direct() [all …]
|
D | extent_io.c | 1441 int unlock_extent_cached(struct extent_io_tree *tree, u64 start, u64 end, in unlock_extent_cached() function 1809 unlock_extent_cached(tree, delalloc_start, delalloc_end, in find_lock_delalloc_range() 2600 unlock_extent_cached(tree, start, end, &cached, GFP_ATOMIC); in endio_readpage_release_extent() 3041 unlock_extent_cached(tree, cur, in __do_readpage() 3139 unlock_extent_cached(tree, cur, in __do_readpage() 4653 unlock_extent_cached(&BTRFS_I(inode)->io_tree, start, start + len - 1, in extent_fiemap()
|
D | free-space-cache.c | 1138 unlock_extent_cached(&BTRFS_I(inode)->io_tree, 0, in cleanup_write_cache_enospc() 1317 unlock_extent_cached(&BTRFS_I(inode)->io_tree, 0, in __btrfs_write_out_cache()
|
D | ioctl.c | 1001 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS); in defrag_lookup_extent() 1150 unlock_extent_cached(tree, page_start, page_end, in cluster_pages_for_defrag() 1226 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in cluster_pages_for_defrag()
|
D | disk-io.c | 388 unlock_extent_cached(io_tree, eb->start, eb->start + eb->len - 1, in verify_parent_transid()
|
D | scrub.c | 4241 unlock_extent_cached(io_tree, lockstart, lockend, &cached_state, in check_extent_to_block()
|