Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c272 if (!root->reloc_root) in have_reloc_root()
279 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
288 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
289 if (!reloc_root) in btrfs_should_ignore_reloc_root()
292 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
587 struct btrfs_root *reloc_root; in create_reloc_root() local
677 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
678 if (IS_ERR(reloc_root)) { in create_reloc_root()
679 ret = PTR_ERR(reloc_root); in create_reloc_root()
682 set_bit(BTRFS_ROOT_SHAREABLE, &reloc_root->state); in create_reloc_root()
[all …]
H A Ddisk-io.c4159 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
4160 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
4161 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
H A Dtransaction.c562 root->reloc_root) in need_reserve_reloc_root()
H A Dqgroup.c4839 if (!btrfs_is_fstree(btrfs_root_id(root)) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()