Searched refs:extent_io_tree (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | extent_io.h | 131 struct extent_io_tree { struct 264 void extent_io_tree_init(struct extent_io_tree *tree, void *private_data); 267 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 270 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 275 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 276 int extent_read_full_page(struct extent_io_tree *tree, struct page *page, 281 u64 count_range_bits(struct extent_io_tree *tree, 286 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, 289 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 291 int clear_extent_bit(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() 113 struct extent_io_tree *tree; 194 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init() 274 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 327 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 341 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 347 static void merge_cb(struct extent_io_tree *tree, struct extent_state *new, in merge_cb() 363 static void merge_state(struct extent_io_tree *tree, in merge_state() 398 static void set_state_cb(struct extent_io_tree *tree, in set_state_cb() 405 static void clear_state_cb(struct extent_io_tree *tree, in clear_state_cb() [all …]
|
D | transaction.h | 50 struct extent_io_tree dirty_pages; 221 struct extent_io_tree *dirty_pages, int mark); 223 struct extent_io_tree *dirty_pages);
|
D | btrfs_inode.h | 55 struct extent_io_tree io_tree; 60 struct extent_io_tree io_failure_tree;
|
D | transaction.c | 81 static void clear_btree_io_tree(struct extent_io_tree *tree) in clear_btree_io_tree() 919 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 975 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() 1013 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() 1030 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() 1061 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
|
D | disk-io.c | 60 struct extent_io_tree *dirty_pages, 63 struct extent_io_tree *pinned_extents); 322 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid() 473 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages() 946 struct extent_io_tree *tree; in btree_readpage() 962 struct extent_io_tree *tree; in btree_invalidatepage() 1020 struct extent_io_tree *io_tree = &BTRFS_I(btree_inode)->io_tree; in reada_tree_block_flagged() 4318 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() 4351 struct extent_io_tree *pinned_extents) in btrfs_destroy_pinned_extent() 4353 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent()
|
D | compression.c | 232 struct extent_io_tree *tree; in end_compressed_bio_write() 421 struct extent_io_tree *tree; in add_ra_bio_pages() 531 struct extent_io_tree *tree; in btrfs_submit_compressed_read()
|
D | inode.c | 716 struct extent_io_tree *io_tree; in submit_compressed_extents() 850 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in submit_compressed_extents() 2937 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_finish_ordered_io() 3226 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_readpage_end_io_hook() 4835 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_truncate_block() 4996 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_cont_expand() 5230 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages() 6798 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_get_extent() 7203 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent() 7770 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in dio_read_error() [all …]
|
D | ctree.h | 780 struct extent_io_tree freed_extents[2]; 781 struct extent_io_tree *pinned_extents; 1175 struct extent_io_tree dirty_log_pages; 3170 void btrfs_set_range_writeback(struct extent_io_tree *tree, u64 start, u64 end);
|
D | file-item.c | 158 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in __btrfs_lookup_bio_sums()
|
D | ioctl.c | 999 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache() 1093 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 | 1021 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
|
D | relocation.c | 160 struct extent_io_tree processed_blocks;
|
D | extent-tree.c | 6612 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
|
/Linux-v4.19/fs/btrfs/tests/ |
D | extent-io-tests.c | 61 struct extent_io_tree tmp; in test_find_delalloc()
|