Home
last modified time | relevance | path

Searched refs:extent_io_tree_init (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/fs/btrfs/tests/
Dextent-io-tests.c86 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()
Dbtrfs-tests.c97 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in btrfs_alloc_dummy_device()
/Linux-v5.10/fs/btrfs/
Dextent-io-tree.h88 void extent_io_tree_init(struct btrfs_fs_info *fs_info,
Dtransaction.c340 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()
Ddisk-io.c1077 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()
Dinode.c8670 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()
Drelocation.c3520 extent_io_tree_init(fs_info, &rc->processed_blocks, in alloc_reloc_control()
Dextent_io.c278 void extent_io_tree_init(struct btrfs_fs_info *fs_info, in extent_io_tree_init() function
Dvolumes.c437 extent_io_tree_init(fs_info, &dev->alloc_state, in __alloc_device()