Searched refs:extent_io_tree_init (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/fs/btrfs/ |
D | extent-io-tree.h | 137 void extent_io_tree_init(struct btrfs_fs_info *fs_info,
|
D | transaction.c | 386 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction() 388 extent_io_tree_init(fs_info, &cur_trans->pinned_extents, in join_transaction()
|
D | disk-io.c | 703 extent_io_tree_init(fs_info, &root->dirty_log_pages, in __setup_root() 705 extent_io_tree_init(fs_info, &root->log_csum_range, in __setup_root() 1934 extent_io_tree_init(fs_info, &BTRFS_I(inode)->io_tree, in btrfs_init_btree_inode() 2864 extent_io_tree_init(fs_info, &fs_info->excluded_extents, in btrfs_init_fs_info()
|
D | extent-io-tree.c | 116 void extent_io_tree_init(struct btrfs_fs_info *fs_info, in extent_io_tree_init() function
|
D | relocation.c | 3863 extent_io_tree_init(fs_info, &rc->processed_blocks, IO_TREE_RELOC_BLOCKS); in alloc_reloc_control()
|
D | inode.c | 3805 extent_io_tree_init(fs_info, inode->file_extent_tree, IO_TREE_INODE_FILE_EXTENT); in btrfs_init_file_extent_tree() 7738 extent_io_tree_init(fs_info, &ei->io_tree, IO_TREE_INODE_IO); in btrfs_alloc_inode()
|
D | volumes.c | 6956 extent_io_tree_init(fs_info, &dev->alloc_state, IO_TREE_DEVICE_ALLOC_STATE); in btrfs_alloc_device()
|
/linux-6.14.4/fs/btrfs/tests/ |
D | extent-io-tests.c | 153 extent_io_tree_init(NULL, tmp, IO_TREE_SELFTEST); in test_find_delalloc() 568 extent_io_tree_init(NULL, &tree, IO_TREE_SELFTEST); in test_find_first_clear_extent_bit()
|
D | btrfs-tests.c | 105 extent_io_tree_init(fs_info, &dev->alloc_state, 0); in btrfs_alloc_dummy_device()
|