Searched refs:btrfs_extent_io_tree_init (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent-io-tree.h | 141 void btrfs_extent_io_tree_init(struct btrfs_fs_info *fs_info,
|
| H A D | disk-io.c | 678 btrfs_extent_io_tree_init(fs_info, &root->dirty_log_pages, in btrfs_alloc_root() 680 btrfs_extent_io_tree_init(fs_info, &root->log_csum_range, in btrfs_alloc_root() 1920 btrfs_extent_io_tree_init(fs_info, &BTRFS_I(inode)->io_tree, in btrfs_init_btree_inode() 2876 btrfs_extent_io_tree_init(fs_info, &fs_info->excluded_extents, in btrfs_init_fs_info()
|
| H A D | transaction.c | 389 btrfs_extent_io_tree_init(fs_info, &cur_trans->dirty_pages, in join_transaction() 391 btrfs_extent_io_tree_init(fs_info, &cur_trans->pinned_extents, in join_transaction()
|
| H A D | extent-io-tree.c | 99 void btrfs_extent_io_tree_init(struct btrfs_fs_info *fs_info, in btrfs_extent_io_tree_init() function
|
| H A D | inode.c | 4010 btrfs_extent_io_tree_init(fs_info, inode->file_extent_tree, in btrfs_init_file_extent_tree() 8095 btrfs_extent_io_tree_init(fs_info, &ei->io_tree, IO_TREE_INODE_IO); in btrfs_alloc_inode()
|
| H A D | relocation.c | 3950 btrfs_extent_io_tree_init(fs_info, &rc->processed_blocks, IO_TREE_RELOC_BLOCKS); in alloc_reloc_control()
|
| H A D | volumes.c | 7535 btrfs_extent_io_tree_init(fs_info, &dev->alloc_state, IO_TREE_DEVICE_ALLOC_STATE); in btrfs_alloc_device()
|