Searched refs:extent_io_tree (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | extent_io.h | 94 struct extent_io_tree { struct 183 void extent_io_tree_init(struct extent_io_tree *tree, 186 struct extent_io_tree *tree, struct page *page, 189 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 190 int lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 192 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end); 193 int unlock_extent_cached(struct extent_io_tree *tree, u64 start, u64 end, 195 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end); 196 int extent_read_full_page(struct extent_io_tree *tree, struct page *page, 198 int extent_read_full_page_nolock(struct extent_io_tree *tree, struct page *page, [all …]
|
D | extent_io.c | 88 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range() 121 struct extent_io_tree *tree; 136 tree_fs_info(struct extent_io_tree *tree) in tree_fs_info() 198 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init() 273 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 326 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 340 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 346 static void merge_cb(struct extent_io_tree *tree, struct extent_state *new, in merge_cb() 363 static void merge_state(struct extent_io_tree *tree, in merge_state() 398 static void set_state_cb(struct extent_io_tree *tree, in set_state_cb() [all …]
|
D | transaction.h | 58 struct extent_io_tree dirty_pages; 186 struct extent_io_tree *dirty_pages, int mark); 188 struct extent_io_tree *dirty_pages, int mark);
|
D | btrfs_inode.h | 80 struct extent_io_tree io_tree; 85 struct extent_io_tree io_failure_tree;
|
D | compression.c | 271 struct extent_io_tree *tree; in end_compressed_bio_write() 339 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_submit_compressed_write() 458 struct extent_io_tree *tree; in add_ra_bio_pages() 570 struct extent_io_tree *tree; in btrfs_submit_compressed_read()
|
D | disk-io.c | 67 struct extent_io_tree *dirty_pages, 70 struct extent_io_tree *pinned_extents); 345 static int verify_parent_transid(struct extent_io_tree *io_tree, in verify_parent_transid() 441 struct extent_io_tree *io_tree; in btree_read_extent_buffer_pages() 1016 struct extent_io_tree *tree; in btree_readpage() 1032 struct extent_io_tree *tree; in btree_invalidatepage() 1090 struct extent_io_tree *io_tree = &BTRFS_I(btree_inode)->io_tree; in reada_tree_block_flagged() 4196 struct extent_io_tree *dirty_pages, in btrfs_destroy_marked_extents() 4229 struct extent_io_tree *pinned_extents) in btrfs_destroy_pinned_extent() 4231 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent()
|
D | transaction.c | 82 static void clear_btree_io_tree(struct extent_io_tree *tree) in clear_btree_io_tree() 863 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 917 struct extent_io_tree *dirty_pages, int mark) in btrfs_wait_marked_extents() 983 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_and_wait_marked_extents()
|
D | inode.c | 676 struct extent_io_tree *io_tree; in submit_compressed_extents() 831 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in submit_compressed_extents() 2799 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_finish_ordered_io() 3060 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_readpage_end_io_hook() 4580 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_truncate_page() 4730 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_cont_expand() 5014 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in evict_inode_truncate_pages() 6689 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in btrfs_get_extent() 7116 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in can_nocow_extent() 8413 struct extent_io_tree *tree; in btrfs_readpage() [all …]
|
D | file-item.c | 168 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in __btrfs_lookup_bio_sums()
|
D | ioctl.c | 887 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in check_defrag_in_cache() 981 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree; in defrag_lookup_extent() 1112 struct extent_io_tree *tree; in cluster_pages_for_defrag() 2764 struct extent_io_tree *tree = &BTRFS_I(inode)->io_tree; in extent_same_get_page()
|
D | ctree.h | 1414 struct extent_io_tree freed_extents[2]; 1415 struct extent_io_tree *pinned_extents; 1835 struct extent_io_tree dirty_log_pages;
|
D | scrub.c | 4029 struct extent_io_tree *io_tree; in check_extent_to_block() 4076 struct extent_io_tree *io_tree; in copy_nocow_pages_for_inode()
|
D | free-space-cache.c | 1043 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries()
|
D | relocation.c | 171 struct extent_io_tree processed_blocks;
|
D | extent-tree.c | 6043 struct extent_io_tree *unpin; in btrfs_finish_extent_commit()
|
/linux-4.1.27/fs/btrfs/tests/ |
D | extent-io-tests.c | 69 struct extent_io_tree tmp; in test_find_delalloc()
|