Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Drelocation.c318 if (!root->reloc_root) in have_reloc_root()
325 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
334 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
335 if (!reloc_root) in btrfs_should_ignore_reloc_root()
338 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
543 struct btrfs_root *reloc_root = src->reloc_root; in clone_backref_node() local
560 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
565 reloc_root->commit_root->start); in clone_backref_node()
736 struct btrfs_root *reloc_root; in create_reloc_root() local
812 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
[all …]
Ddisk-io.c4422 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
4423 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
4424 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
Dtransaction.c540 root->reloc_root) in need_reserve_reloc_root()
Dctree.h1321 struct btrfs_root *reloc_root; member
Dqgroup.c4307 if (!is_fstree(root->root_key.objectid) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()