Searched refs:extent_io_tree (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-io-tree.h95 struct extent_io_tree { struct
130 struct btrfs_inode *extent_io_tree_to_inode(struct extent_io_tree *tree);
131 const struct btrfs_inode *extent_io_tree_to_inode_const(const struct extent_io_tree *tree);
132 const struct btrfs_fs_info *extent_io_tree_to_fs_info(const struct extent_io_tree *tree);
135 struct extent_io_tree *tree, unsigned int owner);
136 void extent_io_tree_release(struct extent_io_tree *tree);
138 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
141 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
147 u64 count_range_bits(struct extent_io_tree *tree,
153 bool test_range_bit(struct extent_io_tree *tre
[all...]
H A Dextent-io-tree.c58 struct extent_io_tree *tree,
86 static bool is_inode_io_tree(const struct extent_io_tree *tree)
92 struct btrfs_inode *extent_io_tree_to_inode(struct extent_io_tree *tree)
100 const struct btrfs_inode *extent_io_tree_to_inode_const(const struct extent_io_tree *tree)
108 const struct btrfs_fs_info *extent_io_tree_to_fs_info(const struct extent_io_tree *tree)
116 struct extent_io_tree *tree, unsigned int owner)
131 void extent_io_tree_release(struct extent_io_tree *tree)
257 static inline struct extent_state *tree_search_for_insert(struct extent_io_tree *tree,
303 static struct extent_state *tree_search_prev_next(struct extent_io_tree *tree,
343 static inline struct extent_state *tree_search(struct extent_io_tree *tre
[all...]
H A Dtransaction.h69 struct extent_io_tree dirty_pages;
95 struct extent_io_tree pinned_extents;
277 struct extent_io_tree *dirty_pages, int mark);
H A Dextent_io.h28 struct extent_io_tree;
357 int extent_invalidate_folio(struct extent_io_tree *tree,
H A Dbtrfs_inode.h126 struct extent_io_tree io_tree;
134 struct extent_io_tree *file_extent_tree;
H A Dctree.h177 struct extent_io_tree dirty_log_pages;
306 struct extent_io_tree log_csum_range;
H A Dtransaction.c1119 struct extent_io_tree *dirty_pages, int mark)
1173 struct extent_io_tree *dirty_pages)
1211 struct extent_io_tree *dirty_pages)
1228 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages;
1259 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages;
H A Dinode.c1110 struct extent_io_tree *io_tree = &inode->io_tree;
1765 struct extent_io_tree *io_tree = &inode->io_tree;
3049 struct extent_io_tree *io_tree = &inode->io_tree;
4732 struct extent_io_tree *io_tree = &inode->io_tree;
4928 struct extent_io_tree *io_tree = &inode->io_tree;
5155 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
7127 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
7222 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
8015 struct extent_io_tree *tree = &inode->io_tree;
8198 struct extent_io_tree *io_tre
[all...]
H A Dvolumes.h177 struct extent_io_tree alloc_state;
H A Dfs.h436 struct extent_io_tree excluded_extents;
H A Dextent_io.c175 BUG_ON(!page); /* Pages should be in the extent_io_tree */
326 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree;
530 struct extent_io_tree *tree;
1008 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree;
1992 * any dirty extent_io_tree.
2296 int extent_invalidate_folio(struct extent_io_tree *tree,
2328 static int try_release_extent_state(struct extent_io_tree *tree,
2372 struct extent_io_tree *tree = &btrfs_inode->io_tree;
H A Dcompression.c425 struct extent_io_tree *tree;
H A Ddefrag.c757 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
H A Ddisk-io.c530 struct extent_io_tree *tree;
4676 struct extent_io_tree *dirty_pages,
4703 struct extent_io_tree *unpin)
H A Drelocation.c148 struct extent_io_tree processed_blocks;
H A Dfree-space-cache.c1207 struct extent_io_tree *unpin = NULL;
H A Dextent-tree.c2879 struct extent_io_tree *unpin;
/linux-master/fs/btrfs/tests/
H A Dextent-io-tests.c91 static void dump_extent_io_tree(const struct extent_io_tree *tree)
114 struct extent_io_tree *tmp;
562 struct extent_io_tree tree;
/linux-master/include/trace/events/
H A Dbtrfs.h30 struct extent_io_tree;
2085 TP_PROTO(const struct extent_io_tree *tree,
2118 TP_PROTO(const struct extent_io_tree *tree,
2151 TP_PROTO(const struct extent_io_tree *tree,

Completed in 276 milliseconds