Searched refs:extent_io_tree_init (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/btrfs/tests/ |
D | btrfs-tests.c | 118 extent_io_tree_init(&fs_info->freed_extents[0], NULL); in btrfs_alloc_dummy_fs_info() 119 extent_io_tree_init(&fs_info->freed_extents[1], NULL); in btrfs_alloc_dummy_fs_info()
|
D | extent-io-tests.c | 79 extent_io_tree_init(&tmp, inode); in test_find_delalloc()
|
/Linux-v4.19/fs/btrfs/ |
D | extent_io.h | 264 void extent_io_tree_init(struct extent_io_tree *tree, void *private_data);
|
D | disk-io.c | 1195 extent_io_tree_init(&root->dirty_log_pages, NULL); in __setup_root() 2143 extent_io_tree_init(&BTRFS_I(inode)->io_tree, inode); in btrfs_init_btree_inode() 2751 extent_io_tree_init(&fs_info->freed_extents[0], NULL); in open_ctree() 2752 extent_io_tree_init(&fs_info->freed_extents[1], NULL); in open_ctree()
|
D | transaction.c | 277 extent_io_tree_init(&cur_trans->dirty_pages, in join_transaction()
|
D | relocation.c | 4181 extent_io_tree_init(&rc->processed_blocks, NULL); in alloc_reloc_control()
|
D | inode.c | 9185 extent_io_tree_init(&ei->io_tree, inode); in btrfs_alloc_inode() 9186 extent_io_tree_init(&ei->io_failure_tree, inode); in btrfs_alloc_inode()
|
D | extent_io.c | 194 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init() function
|