Home
last modified time | relevance | path

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

/fs/btrfs/
A Dextent-io-tree.h103 struct extent_io_tree { struct
142 struct extent_io_tree *tree, unsigned int owner);
143 void btrfs_extent_io_tree_release(struct extent_io_tree *tree);
164 u64 btrfs_count_range_bits(struct extent_io_tree *tree,
197 int btrfs_set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
208 int btrfs_convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
212 bool btrfs_find_first_extent_bit(struct extent_io_tree *tree, u64 start,
215 void btrfs_find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start,
217 bool btrfs_find_contiguous_extent_bit(struct extent_io_tree *tree, u64 start,
219 bool btrfs_find_delalloc_range(struct extent_io_tree *tree, u64 *start,
[all …]
A Dextent-io-tree.c60 struct extent_io_tree *tree, in __btrfs_debug_check_extent_io_range()
100 struct extent_io_tree *tree, unsigned int owner) in btrfs_extent_io_tree_init()
115 void btrfs_extent_io_tree_release(struct extent_io_tree *tree) in btrfs_extent_io_tree_release()
332 static void __cold extent_io_tree_panic(const struct extent_io_tree *tree, in extent_io_tree_panic()
390 static void set_state_bits(struct extent_io_tree *tree, in set_state_bits()
420 static struct extent_state *insert_state(struct extent_io_tree *tree, in insert_state()
478 static void insert_state_fast(struct extent_io_tree *tree, in insert_state_fast()
560 static struct extent_state *clear_state_bit(struct extent_io_tree *tree, in clear_state_bit()
889 bool btrfs_find_first_extent_bit(struct extent_io_tree *tree, u64 start, in btrfs_find_first_extent_bit()
983 bool btrfs_find_delalloc_range(struct extent_io_tree *tree, u64 *start, in btrfs_find_delalloc_range()
[all …]
A Dtransaction.h75 struct extent_io_tree dirty_pages;
101 struct extent_io_tree pinned_extents;
298 struct extent_io_tree *dirty_pages, int mark);
A Dextent_io.h28 struct extent_io_tree;
362 int extent_invalidate_folio(struct extent_io_tree *tree,
A Dctree.h180 struct extent_io_tree dirty_log_pages;
305 struct extent_io_tree log_csum_range;
A Dbtrfs_inode.h164 struct extent_io_tree io_tree;
172 struct extent_io_tree *file_extent_tree;
A Dtransaction.c1124 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents()
1177 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents()
1211 struct extent_io_tree *dirty_pages) in btrfs_wait_extents()
1228 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents()
1259 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
A Dinode.c1089 struct extent_io_tree *io_tree = &inode->io_tree; in submit_one_async_extent()
1708 struct extent_io_tree *io_tree = &inode->io_tree; in fallback_to_cow()
3081 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_finish_one_ordered()
4864 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_truncate_block()
5111 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_cont_expand()
7212 struct extent_io_tree *io_tree = &inode->io_tree; in can_nocow_extent()
7444 struct extent_io_tree *tree = &inode->io_tree; in btrfs_invalidate_folio()
9247 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read_inline()
9435 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read_regular()
9499 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read()
[all …]
A Dvolumes.h196 struct extent_io_tree alloc_state;
A Dfs.h458 struct extent_io_tree excluded_extents;
A Dextent_io.c308 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in find_lock_delalloc_range()
2613 int extent_invalidate_folio(struct extent_io_tree *tree, in extent_invalidate_folio()
2645 static bool try_release_extent_state(struct extent_io_tree *tree, in try_release_extent_state()
2697 struct extent_io_tree *io_tree = &inode->io_tree; in try_release_extent_mapping()
A Ddirect-io.c39 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in lock_extent_direct()
A Dioctl.c4406 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_ioctl_encoded_read()
4647 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_uring_read_finished()
4719 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_uring_read_extent()
4790 struct extent_io_tree *io_tree; in btrfs_uring_encoded_read()
A Ddefrag.c741 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent()
A Dcompression.c427 struct extent_io_tree *tree; in add_ra_bio_pages()
A Ddisk-io.c526 struct extent_io_tree *tree; in btree_invalidate_folio()
4631 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents()
4658 struct extent_io_tree *unpin) in btrfs_destroy_pinned_extent()
A Dfile.c1859 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_page_mkwrite()
A Drelocation.c159 struct extent_io_tree processed_blocks;
A Dfree-space-cache.c1203 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
A Dextent-tree.c2828 struct extent_io_tree *unpin = &trans->transaction->pinned_extents; in btrfs_finish_extent_commit()
/fs/btrfs/tests/
A Dextent-io-tests.c91 static void dump_extent_io_tree(const struct extent_io_tree *tree) in dump_extent_io_tree()
114 struct extent_io_tree *tmp; in test_find_delalloc()
561 struct extent_io_tree tree; in test_find_first_clear_extent_bit()

Completed in 116 milliseconds