| /linux/fs/btrfs/ |
| H A D | extent-io-tree.h | 103 struct extent_io_tree { struct 138 const struct btrfs_inode *btrfs_extent_io_tree_to_inode(const struct extent_io_tree *tree); argument 139 const struct btrfs_fs_info *btrfs_extent_io_tree_to_fs_info(const struct extent_io_tree *tree); 142 struct extent_io_tree *tree, unsigned int owner); 143 void btrfs_extent_io_tree_release(struct extent_io_tree *tree); 144 int btrfs_lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, 146 bool btrfs_try_lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 149 static inline int btrfs_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_lock_extent() 155 static inline bool btrfs_try_lock_extent(struct extent_io_tree *tree, u64 start, in btrfs_try_lock_extent() 164 u64 btrfs_count_range_bits(struct extent_io_tree *tree, [all …]
|
| H A D | extent-io-tree.c | 60 struct extent_io_tree *tree, in __btrfs_debug_check_extent_io_range() 84 const struct btrfs_inode *btrfs_extent_io_tree_to_inode(const struct extent_io_tree *tree) in btrfs_extent_io_tree_to_inode() 92 const struct btrfs_fs_info *btrfs_extent_io_tree_to_fs_info(const struct extent_io_tree *tree) in btrfs_extent_io_tree_to_fs_info() 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() 242 static inline struct extent_state *tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 292 static struct extent_state *tree_search_prev_next(struct extent_io_tree *tree, in tree_search_prev_next() 332 static inline struct extent_state *tree_search(struct extent_io_tree *tree, u64 offset) in tree_search() 337 static void validate_extent_state(const struct extent_io_tree *tree, in validate_extent_state() 357 static void merge_prev_state(struct extent_io_tree *tree, struct extent_state *state) in merge_prev_state() [all …]
|
| H A D | transaction.h | 73 struct extent_io_tree dirty_pages; 99 struct extent_io_tree pinned_extents; 334 struct extent_io_tree *dirty_pages, int mark);
|
| H A D | btrfs_inode.h | 155 struct extent_io_tree io_tree; 163 struct extent_io_tree *file_extent_tree;
|
| H A D | ctree.h | 185 struct extent_io_tree dirty_log_pages; 307 struct extent_io_tree log_csum_range;
|
| H A D | extent_io.h | 27 struct extent_io_tree;
|
| H A D | transaction.c | 1150 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 1203 struct extent_io_tree *dirty_pages) in __btrfs_wait_marked_extents() 1237 struct extent_io_tree *dirty_pages) in btrfs_wait_extents() 1254 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents() 1286 struct extent_io_tree *dirty_pages = &trans->transaction->dirty_pages; in btrfs_write_and_wait_transaction()
|
| H A D | inode.c | 1034 struct extent_io_tree *io_tree = &inode->io_tree; in submit_one_async_extent() 1686 struct extent_io_tree *io_tree = &inode->io_tree; in fallback_to_cow() 3200 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_finish_one_ordered() 4006 inode->file_extent_tree = kmalloc_obj(struct extent_io_tree); in btrfs_init_file_extent_tree() 5064 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_truncate_block() 5304 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_cont_expand() 5529 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages() 7448 struct extent_io_tree *io_tree = &inode->io_tree; in can_nocow_extent() 7674 struct extent_io_tree *tree = &inode->io_tree; in btrfs_invalidate_folio() 9491 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_encoded_read_inline() [all …]
|
| H A D | volumes.h | 209 struct extent_io_tree alloc_state;
|
| H A D | fs.h | 535 struct extent_io_tree excluded_extents;
|
| H A D | direct-io.c | 42 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in lock_extent_direct()
|
| H A D | compression.c | 380 struct extent_io_tree *tree; in add_ra_bio_folios()
|
| H A D | defrag.c | 738 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent()
|
| H A D | ioctl.c | 4341 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_ioctl_encoded_read() 4583 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_uring_read_finished() 4655 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_uring_read_extent() 4726 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_uring_encoded_read()
|
| H A D | disk-io.c | 495 struct extent_io_tree *tree = &folio_to_inode(folio)->io_tree; in btree_invalidate_folio() 4806 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() 4834 struct extent_io_tree *unpin) in btrfs_destroy_pinned_extent()
|
| H A D | extent_io.c | 396 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in find_lock_delalloc_range() 3027 static bool try_release_extent_state(struct extent_io_tree *tree, in try_release_extent_state() 3079 struct extent_io_tree *io_tree = &inode->io_tree; in try_release_extent_mapping()
|
| H A D | file.c | 1821 struct extent_io_tree *io_tree = &inode->io_tree; in btrfs_page_mkwrite()
|
| H A D | free-space-cache.c | 1201 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
|
| H A D | relocation.c | 160 struct extent_io_tree processed_blocks;
|
| H A D | extent-tree.c | 2988 struct extent_io_tree *unpin = &trans->transaction->pinned_extents; in btrfs_finish_extent_commit()
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 28 struct extent_io_tree; 2964 TP_PROTO(const struct extent_io_tree *tree, 2997 TP_PROTO(const struct extent_io_tree *tree, 3030 TP_PROTO(const struct extent_io_tree *tree,
|