Home
last modified time | relevance | path

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

/linux-4.4.14/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.c67 struct extent_io_tree *dirty_pages,
70 struct extent_io_tree *pinned_extents);
345 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid()
441 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages()
1024 struct extent_io_tree *tree; in btree_readpage()
1040 struct extent_io_tree *tree; in btree_invalidatepage()
1098 struct extent_io_tree *io_tree = &BTRFS_I(btree_inode)->io_tree; in reada_tree_block_flagged()
4298 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents()
4331 struct extent_io_tree *pinned_extents) in btrfs_destroy_pinned_extent()
4333 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.c683 struct extent_io_tree *io_tree; in submit_compressed_extents()
838 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in submit_compressed_extents()
2820 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_finish_ordered_io()
3086 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_readpage_end_io_hook()
4618 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_truncate_page()
4772 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_cont_expand()
5056 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages()
6757 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_get_extent()
7183 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent()
8541 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.h1448 struct extent_io_tree freed_extents[2];
1449 struct extent_io_tree *pinned_extents;
1862 struct extent_io_tree dirty_log_pages;
Dioctl.c888 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache()
982 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent()
1117 struct extent_io_tree *tree; in cluster_pages_for_defrag()
Dscrub.c4207 struct extent_io_tree *io_tree; in check_extent_to_block()
4254 struct extent_io_tree *io_tree; in copy_nocow_pages_for_inode()
Dfree-space-cache.c1041 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
Drelocation.c171 struct extent_io_tree processed_blocks;
Dextent-tree.c6332 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
/linux-4.4.14/fs/btrfs/tests/
Dextent-io-tests.c69 struct extent_io_tree tmp; in test_find_delalloc()