Searched refs:extent_io_tree_init (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/fs/btrfs/tests/ |
D | extent-io-tests.c | 86 extent_io_tree_init(NULL, tmp, IO_TREE_SELFTEST, NULL); in test_find_delalloc() 445 extent_io_tree_init(NULL, &tree, IO_TREE_SELFTEST, NULL); in test_find_first_clear_extent_bit()
|
D | btrfs-tests.c | 97 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in btrfs_alloc_dummy_device()
|
/Linux-v5.10/fs/btrfs/ |
D | extent-io-tree.h | 88 void extent_io_tree_init(struct btrfs_fs_info *fs_info,
|
D | transaction.c | 340 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction() 342 extent_io_tree_init(fs_info, &cur_trans->pinned_extents, in join_transaction()
|
D | disk-io.c | 1077 extent_io_tree_init(fs_info, &root->dirty_log_pages, in __setup_root() 1079 extent_io_tree_init(fs_info, &root->log_csum_range, in __setup_root() 2121 extent_io_tree_init(fs_info, &BTRFS_I(inode)->io_tree, in btrfs_init_btree_inode() 2763 extent_io_tree_init(fs_info, &fs_info->excluded_extents, in btrfs_init_fs_info()
|
D | inode.c | 8670 extent_io_tree_init(fs_info, &ei->io_tree, IO_TREE_INODE_IO, inode); in btrfs_alloc_inode() 8671 extent_io_tree_init(fs_info, &ei->io_failure_tree, in btrfs_alloc_inode() 8673 extent_io_tree_init(fs_info, &ei->file_extent_tree, in btrfs_alloc_inode()
|
D | relocation.c | 3520 extent_io_tree_init(fs_info, &rc->processed_blocks, in alloc_reloc_control()
|
D | extent_io.c | 278 void extent_io_tree_init(struct btrfs_fs_info *fs_info, in extent_io_tree_init() function
|
D | volumes.c | 437 extent_io_tree_init(fs_info, &dev->alloc_state, in __alloc_device()
|