Searched refs:extent_io_tree (Results 1 – 16 of 16) sorted by relevance
/fs/btrfs/ |
D | extent_io.h | 118 struct extent_io_tree { struct 217 void extent_io_tree_init(struct extent_io_tree *tree, 220 struct extent_io_tree *tree, struct page *page, 223 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 226 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 231 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 232 int extent_read_full_page(struct extent_io_tree *tree, struct page *page, 237 u64 count_range_bits(struct extent_io_tree *tree, 242 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, 245 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, [all …]
|
D | extent_io.c | 88 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() 215 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init() 290 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 343 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 357 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 363 static void merge_cb(struct extent_io_tree *tree, struct extent_state *new, in merge_cb() 380 static void merge_state(struct extent_io_tree *tree, in merge_state() 415 static void set_state_cb(struct extent_io_tree *tree, in set_state_cb() [all …]
|
D | transaction.h | 60 struct extent_io_tree dirty_pages; 223 struct extent_io_tree *dirty_pages, int mark); 225 struct extent_io_tree *dirty_pages, int mark);
|
D | btrfs_inode.h | 69 struct extent_io_tree io_tree; 74 struct extent_io_tree io_failure_tree;
|
D | compression.c | 268 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() 463 struct extent_io_tree *tree; in add_ra_bio_pages() 574 struct extent_io_tree *tree; in btrfs_submit_compressed_read()
|
D | disk-io.c | 74 struct extent_io_tree *dirty_pages, 77 struct extent_io_tree *pinned_extents); 350 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid() 447 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages() 1108 struct extent_io_tree *tree; in btree_readpage() 1124 struct extent_io_tree *tree; in btree_invalidatepage() 1182 struct extent_io_tree *io_tree = &BTRFS_I(btree_inode)->io_tree; in reada_tree_block_flagged() 4454 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() 4487 struct extent_io_tree *pinned_extents) in btrfs_destroy_pinned_extent() 4489 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent()
|
D | transaction.c | 100 static void clear_btree_io_tree(struct extent_io_tree *tree) in clear_btree_io_tree() 931 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 985 struct extent_io_tree *dirty_pages, int mark) in btrfs_wait_marked_extents() 1050 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_and_wait_marked_extents()
|
D | inode.c | 694 struct extent_io_tree *io_tree; in submit_compressed_extents() 855 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in submit_compressed_extents() 2881 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_finish_ordered_io() 3147 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_readpage_end_io_hook() 4722 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_truncate_block() 4879 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_cont_expand() 5143 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages() 6871 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_get_extent() 7335 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent() 8817 struct extent_io_tree *tree; in btrfs_readpage() [all …]
|
D | file-item.c | 169 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in __btrfs_lookup_bio_sums()
|
D | ctree.h | 725 struct extent_io_tree freed_extents[2]; 726 struct extent_io_tree *pinned_extents; 1129 struct extent_io_tree dirty_log_pages;
|
D | ioctl.c | 904 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache() 998 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent() 1133 struct extent_io_tree *tree; in cluster_pages_for_defrag()
|
D | scrub.c | 4257 struct extent_io_tree *io_tree; in check_extent_to_block() 4304 struct extent_io_tree *io_tree; in copy_nocow_pages_for_inode()
|
D | free-space-cache.c | 1042 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
|
D | relocation.c | 172 struct extent_io_tree processed_blocks;
|
D | extent-tree.c | 6737 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
|
/fs/btrfs/tests/ |
D | extent-io-tests.c | 72 struct extent_io_tree tmp; in test_find_delalloc()
|