Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Drelocation.c260 if (!root->reloc_root) in have_reloc_root()
267 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
276 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
277 if (!reloc_root) in btrfs_should_ignore_reloc_root()
280 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
578 struct btrfs_root *reloc_root; in create_reloc_root() local
654 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
655 if (IS_ERR(reloc_root)) { in create_reloc_root()
656 ret = PTR_ERR(reloc_root); in create_reloc_root()
659 set_bit(BTRFS_ROOT_SHAREABLE, &reloc_root->state); in create_reloc_root()
[all …]
Dctree.h174 struct btrfs_root *reloc_root; member
Ddisk-io.c4211 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
4212 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
4213 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
Dtransaction.c559 root->reloc_root) in need_reserve_reloc_root()
Dqgroup.c4811 if (!is_fstree(btrfs_root_id(root)) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()