Searched refs:unlock_extent_cached (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | file.c | 1393 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in lock_and_cleanup_extent_if_need() 1629 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in __btrfs_buffered_write() 2396 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, in btrfs_punch_hole() 2524 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole() 2627 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in btrfs_fallocate() 2706 unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 2774 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in find_desired_extent()
|
D | extent_io.h | 193 int unlock_extent_cached(struct extent_io_tree *tree, u64 start, u64 end,
|
D | inode.c | 1986 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, in btrfs_writepage_fixup_worker() 2006 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, page_end, in btrfs_writepage_fixup_worker() 2590 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lock_start, lock_end, in relink_extent_backref() 2917 unlock_extent_cached(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io() 4631 unlock_extent_cached(io_tree, page_start, page_end, in btrfs_truncate_page() 4648 unlock_extent_cached(io_tree, page_start, page_end, in btrfs_truncate_page() 4666 unlock_extent_cached(io_tree, page_start, page_end, &cached_state, in btrfs_truncate_page() 4762 unlock_extent_cached(io_tree, hole_start, block_end - 1, in btrfs_cont_expand() 4827 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state, in btrfs_cont_expand() 7347 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in lock_extent_direct() [all …]
|
D | extent_io.c | 1373 int unlock_extent_cached(struct extent_io_tree *tree, u64 start, u64 end, in unlock_extent_cached() function 1741 unlock_extent_cached(tree, delalloc_start, delalloc_end, in find_lock_delalloc_range() 2532 unlock_extent_cached(tree, start, end, &cached, GFP_ATOMIC); in endio_readpage_release_extent() 2974 unlock_extent_cached(tree, cur, in __do_readpage() 3069 unlock_extent_cached(tree, cur, cur + iosize - 1, in __do_readpage() 4579 unlock_extent_cached(&BTRFS_I(inode)->io_tree, start, start + len - 1, in extent_fiemap()
|
D | ioctl.c | 1000 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS); in defrag_lookup_extent() 1144 unlock_extent_cached(tree, page_start, page_end, in cluster_pages_for_defrag() 1219 unlock_extent_cached(&BTRFS_I(inode)->io_tree, in cluster_pages_for_defrag()
|
D | free-space-cache.c | 1140 unlock_extent_cached(&BTRFS_I(inode)->io_tree, 0, in cleanup_write_cache_enospc() 1319 unlock_extent_cached(&BTRFS_I(inode)->io_tree, 0, in __btrfs_write_out_cache()
|
D | disk-io.c | 388 unlock_extent_cached(io_tree, eb->start, eb->start + eb->len - 1, in verify_parent_transid()
|
D | scrub.c | 4063 unlock_extent_cached(io_tree, lockstart, lockend, &cached_state, in check_extent_to_block()
|