Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c206 struct btrfs_root *reloc_root, *tmp; in free_reloc_roots() local
208 list_for_each_entry_safe(reloc_root, tmp, list, root_list) in free_reloc_roots()
209 __del_reloc_root(reloc_root); in free_reloc_roots()
366 if (!root->reloc_root) in have_reloc_root()
373 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
382 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
383 if (!reloc_root) in btrfs_should_ignore_reloc_root()
386 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
637 struct btrfs_root *reloc_root; in create_reloc_root() local
729 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
[all …]
H A Dctree.h179 struct btrfs_root *reloc_root; member
H A Ddisk-io.c4262 if (root->reloc_root) { in btrfs_drop_and_free_fs_root()
4263 btrfs_put_root(root->reloc_root); in btrfs_drop_and_free_fs_root()
4264 root->reloc_root = NULL; in btrfs_drop_and_free_fs_root()
H A Dtransaction.c564 root->reloc_root) in need_reserve_reloc_root()
H A Dqgroup.c4871 if (!btrfs_is_fstree(btrfs_root_id(root)) || !root->reloc_root) in btrfs_qgroup_trace_subtree_after_cow()