Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Drelocation.c315 if (!root->reloc_root) in have_reloc_root()
322 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
331 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
332 if (!reloc_root) in btrfs_should_ignore_reloc_root()
335 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
540 struct btrfs_root *reloc_root = src->reloc_root; in clone_backref_node() local
557 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
562 reloc_root->commit_root->start); in clone_backref_node()
732 struct btrfs_root *reloc_root; in create_reloc_root() local
808 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
[all …]
Ddisk-io.c3994 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
3995 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
3996 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
Dtransaction.c551 root->reloc_root) in need_reserve_reloc_root()
Dctree.h1058 struct btrfs_root *reloc_root; member
Dqgroup.c4301 if (!is_fstree(root->root_key.objectid) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()