Home
last modified time | relevance | path

Searched refs:reloc_root (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Drelocation.c263 if (!root->reloc_root) in have_reloc_root()
270 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
279 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
280 if (!reloc_root) in btrfs_should_ignore_reloc_root()
283 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
488 struct btrfs_root *reloc_root = src->reloc_root; in clone_backref_node() local
502 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
507 reloc_root->commit_root->start); in clone_backref_node()
678 struct btrfs_root *reloc_root; in create_reloc_root() local
754 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
[all …]
H A Dctree.h199 struct btrfs_root *reloc_root; member
H A Ddisk-io.c4187 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
4188 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
4189 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
H A Dtransaction.c556 root->reloc_root) in need_reserve_reloc_root()
H A Dqgroup.c4381 if (!is_fstree(root->root_key.objectid) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()