Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Drelocation.c327 if (!root->reloc_root) in have_reloc_root()
334 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
343 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
344 if (!reloc_root) in btrfs_should_ignore_reloc_root()
347 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
553 struct btrfs_root *reloc_root = src->reloc_root; in clone_backref_node() local
570 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
575 reloc_root->commit_root->start); in clone_backref_node()
746 struct btrfs_root *reloc_root; in create_reloc_root() local
822 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
[all …]
Dctree.h199 struct btrfs_root *reloc_root; member
Ddisk-io.c4185 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
4186 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
4187 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
Dtransaction.c556 root->reloc_root) in need_reserve_reloc_root()
Dqgroup.c4377 if (!is_fstree(root->root_key.objectid) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()