Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent-io-tree.h69 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 …]
Dextent_io.c111 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 …]
Dtransaction.h49 struct extent_io_tree dirty_pages;
75 struct extent_io_tree pinned_extents;
230 struct extent_io_tree *dirty_pages, int mark);
Dbtrfs_inode.h92 struct extent_io_tree io_tree;
97 struct extent_io_tree io_failure_tree;
103 struct extent_io_tree file_extent_tree;
Dtransaction.c1064 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents()
1120 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents()
1158 struct extent_io_tree *dirty_pages) in btrfs_wait_extents()
1175 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents()
1206 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
Dextent_io.h71 struct extent_io_tree;
Dvolumes.h141 struct extent_io_tree alloc_state;
Ddisk-io.c60 struct extent_io_tree *dirty_pages,
63 struct extent_io_tree *pinned_extents);
156 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid()
298 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages()
949 struct extent_io_tree *tree; in btree_invalidatepage()
4843 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents()
4876 struct extent_io_tree *unpin) in btrfs_destroy_pinned_extent()
Dinode.c857 struct extent_io_tree *io_tree = &inode->io_tree; in submit_compressed_extents()
1561 struct extent_io_tree *io_tree = &inode->io_tree; in fallback_to_cow()
3048 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_finish_ordered_io()
3337 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_verify_data_csum()
5084 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_truncate_block()
5272 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_cont_expand()
5510 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages()
7165 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_get_extent()
7594 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent()
8254 struct extent_io_tree *failure_tree = &BTRFS_I(inode)->io_failure_tree; in btrfs_check_read_dio_bio()
[all …]
Dctree.h660 struct extent_io_tree excluded_extents;
1161 struct extent_io_tree dirty_log_pages;
1285 struct extent_io_tree log_csum_range;
Dfile-item.c369 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_lookup_bio_sums()
Dcompression.c556 struct extent_io_tree *tree; in add_ra_bio_pages()
Dioctl.c999 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()
1230 struct extent_io_tree *tree; in cluster_pages_for_defrag()
Dfree-space-cache.c1153 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
Drelocation.c130 struct extent_io_tree processed_blocks;
Dextent-tree.c2791 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
/fs/btrfs/tests/
Dextent-io-tests.c62 struct extent_io_tree *tmp; in test_find_delalloc()
435 struct extent_io_tree tree; in test_find_first_clear_extent_bit()