Home
last modified time | relevance | path

Searched refs:extent_io_tree (Results 1 – 16 of 16) sorted by relevance

/fs/btrfs/
Dextent_io.h96 struct extent_io_tree { struct
196 void extent_io_tree_init(struct extent_io_tree *tree,
199 struct extent_io_tree *tree, struct page *page,
202 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
203 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end,
205 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end);
206 int unlock_extent_cached(struct extent_io_tree *tree, u64 start, u64 end,
208 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
209 int extent_read_full_page(struct extent_io_tree *tree, struct page *page,
211 int extent_read_full_page_nolock(struct extent_io_tree *tree, struct page *page,
[all …]
Dextent_io.c88 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range()
121 struct extent_io_tree *tree;
155 tree_fs_info(struct extent_io_tree *tree) in tree_fs_info()
217 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init()
292 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search()
345 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert()
359 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search()
365 static void merge_cb(struct extent_io_tree *tree, struct extent_state *new, in merge_cb()
382 static void merge_state(struct extent_io_tree *tree, in merge_state()
417 static void set_state_cb(struct extent_io_tree *tree, in set_state_cb()
[all …]
Dtransaction.h60 struct extent_io_tree dirty_pages;
219 struct extent_io_tree *dirty_pages, int mark);
221 struct extent_io_tree *dirty_pages, int mark);
Dbtrfs_inode.h80 struct extent_io_tree io_tree;
85 struct extent_io_tree io_failure_tree;
Dcompression.c268 struct extent_io_tree *tree; in end_compressed_bio_write()
336 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_submit_compressed_write()
455 struct extent_io_tree *tree; in add_ra_bio_pages()
566 struct extent_io_tree *tree; in btrfs_submit_compressed_read()
Ddisk-io.c68 struct extent_io_tree *dirty_pages,
71 struct extent_io_tree *pinned_extents);
346 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid()
442 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages()
955 struct extent_io_tree *tree; in btree_readpage()
971 struct extent_io_tree *tree; in btree_invalidatepage()
1029 struct extent_io_tree *io_tree = &BTRFS_I(btree_inode)->io_tree; in reada_tree_block_flagged()
4258 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents()
4291 struct extent_io_tree *pinned_extents) in btrfs_destroy_pinned_extent()
4294 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent()
Dtransaction.c82 static void clear_btree_io_tree(struct extent_io_tree *tree) in clear_btree_io_tree()
907 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents()
961 struct extent_io_tree *dirty_pages, int mark) in btrfs_wait_marked_extents()
1027 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_and_wait_marked_extents()
Dinode.c684 struct extent_io_tree *io_tree; in submit_compressed_extents()
839 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in submit_compressed_extents()
2875 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_finish_ordered_io()
3141 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_readpage_end_io_hook()
4684 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_truncate_page()
4838 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_cont_expand()
5122 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages()
6846 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_get_extent()
7280 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent()
8645 struct extent_io_tree *tree; in btrfs_readpage()
[all …]
Dfile-item.c168 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in __btrfs_lookup_bio_sums()
Dctree.h1450 struct extent_io_tree freed_extents[2];
1451 struct extent_io_tree *pinned_extents;
1863 struct extent_io_tree dirty_log_pages;
Dioctl.c898 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache()
992 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent()
1127 struct extent_io_tree *tree; in cluster_pages_for_defrag()
Dscrub.c4208 struct extent_io_tree *io_tree; in check_extent_to_block()
4255 struct extent_io_tree *io_tree; in copy_nocow_pages_for_inode()
Dfree-space-cache.c1051 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
Drelocation.c171 struct extent_io_tree processed_blocks;
Dextent-tree.c6343 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
/fs/btrfs/tests/
Dextent-io-tests.c69 struct extent_io_tree tmp; in test_find_delalloc()