Searched refs:extent_io_tree (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.4/fs/btrfs/ |
D | extent_io.h | 125 struct extent_io_tree { struct 263 struct extent_io_tree *tree, unsigned int owner, 265 void extent_io_tree_release(struct extent_io_tree *tree); 268 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 271 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 276 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 277 int extent_read_full_page(struct extent_io_tree *tree, struct page *page, 282 u64 count_range_bits(struct extent_io_tree *tree, 287 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, 290 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, [all …]
|
D | extent_io.c | 90 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range() 120 struct extent_io_tree *tree; 152 struct extent_io_tree *tree = bio->bi_private; in submit_one_bio() 251 struct extent_io_tree *tree, unsigned int owner, in extent_io_tree_init() 263 void extent_io_tree_release(struct extent_io_tree *tree) in extent_io_tree_release() 380 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 433 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 447 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 462 static void merge_state(struct extent_io_tree *tree, in merge_state() 503 static void set_state_bits(struct extent_io_tree *tree, [all …]
|
D | transaction.h | 49 struct extent_io_tree dirty_pages; 220 struct extent_io_tree *dirty_pages, int mark); 222 struct extent_io_tree *dirty_pages);
|
D | btrfs_inode.h | 56 struct extent_io_tree io_tree; 61 struct extent_io_tree io_failure_tree;
|
D | ordered-data.h | 191 void btrfs_lock_and_flush_ordered_range(struct extent_io_tree *tree,
|
D | transaction.c | 900 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 956 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() 994 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() 1011 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() 1042 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
|
D | disk-io.c | 59 struct extent_io_tree *dirty_pages, 62 struct extent_io_tree *pinned_extents); 301 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid() 462 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages() 979 struct extent_io_tree *tree; in btree_readpage() 995 struct extent_io_tree *tree; in btree_invalidatepage() 4363 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() 4396 struct extent_io_tree *pinned_extents) in btrfs_destroy_pinned_extent() 4398 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent()
|
D | volumes.h | 151 struct extent_io_tree alloc_state;
|
D | inode.c | 760 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in submit_compressed_extents() 3024 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_finish_ordered_io() 3325 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_readpage_end_io_hook() 4936 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_truncate_block() 5096 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_cont_expand() 5317 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages() 6929 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_get_extent() 7346 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent() 7908 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in dio_read_error() 7909 struct extent_io_tree *failure_tree = &BTRFS_I(inode)->io_failure_tree; in dio_read_error() [all …]
|
D | ctree.h | 556 struct extent_io_tree freed_extents[2]; 557 struct extent_io_tree *pinned_extents; 973 struct extent_io_tree dirty_log_pages; 2861 void btrfs_set_range_writeback(struct extent_io_tree *tree, u64 start, u64 end);
|
D | ordered-data.c | 983 void btrfs_lock_and_flush_ordered_range(struct extent_io_tree *tree, in btrfs_lock_and_flush_ordered_range()
|
D | file-item.c | 159 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in __btrfs_lookup_bio_sums()
|
D | compression.c | 442 struct extent_io_tree *tree; in add_ra_bio_pages()
|
D | ioctl.c | 1014 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache() 1108 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent() 1243 struct extent_io_tree *tree; in cluster_pages_for_defrag()
|
D | free-space-cache.c | 1049 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
|
D | relocation.c | 162 struct extent_io_tree processed_blocks;
|
D | extent-tree.c | 2885 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
|
/Linux-v5.4/fs/btrfs/tests/ |
D | extent-io-tests.c | 62 struct extent_io_tree *tmp; in test_find_delalloc() 439 struct extent_io_tree tree; in test_find_first_clear_extent_bit()
|
/Linux-v5.4/include/trace/events/ |
D | btrfs.h | 30 struct extent_io_tree; 1892 TP_PROTO(const struct extent_io_tree *tree, 1931 TP_PROTO(const struct extent_io_tree *tree, 1970 TP_PROTO(const struct extent_io_tree *tree,
|