Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dextent-io-tree.h98 struct extent_io_tree { struct
133 struct btrfs_inode *extent_io_tree_to_inode(struct extent_io_tree *tree); argument
138 struct extent_io_tree *tree, unsigned int owner);
139 void extent_io_tree_release(struct extent_io_tree *tree);
160 u64 count_range_bits(struct extent_io_tree *tree,
171 int __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
196 int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
214 int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
218 bool find_first_extent_bit(struct extent_io_tree *tree, u64 start,
223 int find_contiguous_extent_bit(struct extent_io_tree *tree, u64 start,
[all …]
A Dextent-io-tree.c59 struct extent_io_tree *tree, in __btrfs_debug_check_extent_io_range()
87 static bool is_inode_io_tree(const struct extent_io_tree *tree) in is_inode_io_tree()
93 struct btrfs_inode *extent_io_tree_to_inode(struct extent_io_tree *tree) in extent_io_tree_to_inode()
117 struct extent_io_tree *tree, unsigned int owner) in extent_io_tree_init()
132 void extent_io_tree_release(struct extent_io_tree *tree) in extent_io_tree_release()
349 static void extent_io_tree_panic(const struct extent_io_tree *tree, in extent_io_tree_panic()
409 static void set_state_bits(struct extent_io_tree *tree, in set_state_bits()
499 static void insert_state_fast(struct extent_io_tree *tree, in insert_state_fast()
895 bool find_first_extent_bit(struct extent_io_tree *tree, u64 start, in find_first_extent_bit()
1282 int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in set_extent_bit()
[all …]
A Dtransaction.h75 struct extent_io_tree dirty_pages;
101 struct extent_io_tree pinned_extents;
284 struct extent_io_tree *dirty_pages, int mark);
A Dextent_io.h28 struct extent_io_tree;
360 int extent_invalidate_folio(struct extent_io_tree *tree,
A Dbtrfs_inode.h163 struct extent_io_tree io_tree;
171 struct extent_io_tree *file_extent_tree;
A Dctree.h181 struct extent_io_tree dirty_log_pages;
312 struct extent_io_tree log_csum_range;
A Dtransaction.c1118 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents()
1171 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents()
1206 struct extent_io_tree *dirty_pages) in btrfs_wait_extents()
1223 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents()
1254 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
A Dvolumes.h192 struct extent_io_tree alloc_state;
A Dinode.c1180 struct extent_io_tree *io_tree = &inode->io_tree; in submit_one_async_extent()
1793 struct extent_io_tree *io_tree = &inode->io_tree; in fallback_to_cow()
3056 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_finish_one_ordered()
4727 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_truncate_block()
4923 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_cont_expand()
5148 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages()
7284 struct extent_io_tree *tree = &inode->io_tree; in btrfs_invalidate_folio()
9033 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read_inline()
9189 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read_regular()
9251 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read()
[all …]
A Dfs.h438 struct extent_io_tree excluded_extents;
A Dextent_io.c317 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in find_lock_delalloc_range()
2288 int extent_invalidate_folio(struct extent_io_tree *tree, in extent_invalidate_folio()
2320 static bool try_release_extent_state(struct extent_io_tree *tree, in try_release_extent_state()
2364 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 Dcompression.c427 struct extent_io_tree *tree; in add_ra_bio_pages()
A Ddefrag.c750 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent()
A Ddisk-io.c534 struct extent_io_tree *tree; in btree_invalidate_folio()
4659 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents()
4686 struct extent_io_tree *unpin) in btrfs_destroy_pinned_extent()
A Dfile.c1904 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_page_mkwrite()
A Dfree-space-cache.c1207 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
A Drelocation.c149 struct extent_io_tree processed_blocks;
A Dextent-tree.c2850 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
/linux/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()
562 struct extent_io_tree tree; in test_find_first_clear_extent_bit()
/linux/include/trace/events/
A Dbtrfs.h28 struct extent_io_tree;
2059 TP_PROTO(const struct extent_io_tree *tree,
2092 TP_PROTO(const struct extent_io_tree *tree,
2125 TP_PROTO(const struct extent_io_tree *tree,

Completed in 105 milliseconds