Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c271 if (!root->reloc_root) in have_reloc_root()
278 struct btrfs_root *reloc_root; in btrfs_should_ignore_reloc_root() local
287 reloc_root = root->reloc_root; in btrfs_should_ignore_reloc_root()
288 if (!reloc_root) in btrfs_should_ignore_reloc_root()
291 if (btrfs_header_generation(reloc_root->commit_root) == in btrfs_should_ignore_reloc_root()
586 struct btrfs_root *reloc_root; in create_reloc_root() local
676 reloc_root = btrfs_read_tree_root(fs_info->tree_root, &root_key); in create_reloc_root()
677 if (IS_ERR(reloc_root)) { in create_reloc_root()
678 ret = PTR_ERR(reloc_root); in create_reloc_root()
681 set_bit(BTRFS_ROOT_SHAREABLE, &reloc_root->state); in create_reloc_root()
[all …]