Searched refs:extent_io_tree_init (Results 1 – 9 of 9) sorted by relevance
/fs/btrfs/tests/ |
D | btrfs-tests.c | 136 extent_io_tree_init(fs_info, &fs_info->freed_extents[0], in btrfs_alloc_dummy_fs_info() 138 extent_io_tree_init(fs_info, &fs_info->freed_extents[1], in btrfs_alloc_dummy_fs_info()
|
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()
|
/fs/btrfs/ |
D | extent_io.h | 264 void extent_io_tree_init(struct btrfs_fs_info *fs_info,
|
D | disk-io.c | 1175 extent_io_tree_init(fs_info, &root->dirty_log_pages, in __setup_root() 2111 extent_io_tree_init(fs_info, &BTRFS_I(inode)->io_tree, in btrfs_init_btree_inode() 2773 extent_io_tree_init(fs_info, &fs_info->freed_extents[0], in open_ctree() 2775 extent_io_tree_init(fs_info, &fs_info->freed_extents[1], in open_ctree()
|
D | transaction.c | 268 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
|
D | relocation.c | 4373 extent_io_tree_init(fs_info, &rc->processed_blocks, in alloc_reloc_control()
|
D | inode.c | 9500 extent_io_tree_init(fs_info, &ei->io_tree, IO_TREE_INODE_IO, inode); in btrfs_alloc_inode() 9501 extent_io_tree_init(fs_info, &ei->io_failure_tree, in btrfs_alloc_inode()
|
D | extent_io.c | 250 void extent_io_tree_init(struct btrfs_fs_info *fs_info, in extent_io_tree_init() function
|
D | volumes.c | 414 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in __alloc_device()
|