Searched refs:extent_io_tree (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | extent-io-tree.h | 69 struct extent_io_tree { struct 103 struct extent_io_tree *tree, unsigned int owner, 105 void extent_io_tree_release(struct extent_io_tree *tree); 107 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 110 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 115 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 120 u64 count_range_bits(struct extent_io_tree *tree, 125 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, 127 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 129 int clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, [all …]
|
D | transaction.h | 49 struct extent_io_tree dirty_pages; 75 struct extent_io_tree pinned_extents; 227 struct extent_io_tree *dirty_pages, int mark);
|
D | btrfs_inode.h | 85 struct extent_io_tree io_tree; 90 struct extent_io_tree io_failure_tree; 96 struct extent_io_tree file_extent_tree;
|
D | extent_io.c | 111 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range() 172 struct extent_io_tree *tree = bio->bi_private; in submit_one_bio() 289 struct extent_io_tree *tree, unsigned int owner, in extent_io_tree_init() 302 void extent_io_tree_release(struct extent_io_tree *tree) in extent_io_tree_release() 419 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 472 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 486 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 501 static void merge_state(struct extent_io_tree *tree, in merge_state() 542 static void set_state_bits(struct extent_io_tree *tree, 556 static int insert_state(struct extent_io_tree *tree, in insert_state() [all …]
|
D | transaction.c | 1023 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 1079 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() 1117 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() 1134 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() 1165 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
|
D | extent_io.h | 71 struct extent_io_tree;
|
D | volumes.h | 141 struct extent_io_tree alloc_state;
|
D | disk-io.c | 60 struct extent_io_tree *dirty_pages, 63 struct extent_io_tree *pinned_extents); 238 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid() 382 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages() 1012 struct extent_io_tree *tree; in btree_invalidatepage() 4762 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() 4795 struct extent_io_tree *unpin) in btrfs_destroy_pinned_extent()
|
D | inode.c | 859 struct extent_io_tree *io_tree = &inode->io_tree; in submit_compressed_extents() 1510 struct extent_io_tree *io_tree = &inode->io_tree; in fallback_to_cow() 2988 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_finish_ordered_io() 3268 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_verify_data_csum() 5006 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_truncate_block() 5194 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_cont_expand() 5432 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages() 7049 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_get_extent() 7478 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent() 8082 struct extent_io_tree *failure_tree = &BTRFS_I(inode)->io_failure_tree; in btrfs_check_read_dio_bio() [all …]
|
D | ctree.h | 645 struct extent_io_tree excluded_extents; 1122 struct extent_io_tree dirty_log_pages; 1246 struct extent_io_tree log_csum_range;
|
D | file-item.c | 368 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_lookup_bio_sums()
|
D | compression.c | 557 struct extent_io_tree *tree; in add_ra_bio_pages()
|
D | ioctl.c | 997 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache() 1091 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent() 1228 struct extent_io_tree *tree; in cluster_pages_for_defrag()
|
D | free-space-cache.c | 1146 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
|
D | relocation.c | 130 struct extent_io_tree processed_blocks;
|
D | extent-tree.c | 2793 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
|
/Linux-v5.15/fs/btrfs/tests/ |
D | extent-io-tests.c | 62 struct extent_io_tree *tmp; in test_find_delalloc() 435 struct extent_io_tree tree; in test_find_first_clear_extent_bit()
|
/Linux-v5.15/include/trace/events/ |
D | btrfs.h | 30 struct extent_io_tree; 1921 TP_PROTO(const struct extent_io_tree *tree, 1960 TP_PROTO(const struct extent_io_tree *tree, 1999 TP_PROTO(const struct extent_io_tree *tree,
|