Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A 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()
H A Dbtrfs-tests.c97 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in btrfs_alloc_dummy_device()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-io-tree.h88 void extent_io_tree_init(struct btrfs_fs_info *fs_info,
H A Dtransaction.c380 extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction()
382 extent_io_tree_init(fs_info, &cur_trans->pinned_extents, in join_transaction()
H A 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()
2130 extent_io_tree_init(fs_info, &BTRFS_I(inode)->io_tree, in btrfs_init_btree_inode()
2790 extent_io_tree_init(fs_info, &fs_info->excluded_extents, in btrfs_init_fs_info()
H A Dinode.c8716 extent_io_tree_init(fs_info, &ei->io_tree, IO_TREE_INODE_IO, inode); in btrfs_alloc_inode()
8717 extent_io_tree_init(fs_info, &ei->io_failure_tree, in btrfs_alloc_inode()
8719 extent_io_tree_init(fs_info, &ei->file_extent_tree, in btrfs_alloc_inode()
H A Drelocation.c3543 extent_io_tree_init(fs_info, &rc->processed_blocks, in alloc_reloc_control()
H A Dextent_io.c278 void extent_io_tree_init(struct btrfs_fs_info *fs_info, in extent_io_tree_init() function
H A Dvolumes.c438 extent_io_tree_init(fs_info, &dev->alloc_state, in __alloc_device()