Lines Matching defs:fs_root
1741 * corresponding fs_root, which means it's been added to the
2107 struct btrfs_root *fs_root = NULL;
2123 fs_root = root;
2133 if (!fs_root)
2135 return fs_root;
3748 struct btrfs_root *fs_root;
3796 fs_root = btrfs_get_fs_root(fs_info,
3798 if (IS_ERR(fs_root)) {
3799 ret = PTR_ERR(fs_root);
3810 btrfs_put_root(fs_root);
3853 fs_root = btrfs_get_fs_root(fs_info, reloc_root->root_key.offset,
3855 if (IS_ERR(fs_root)) {
3856 err = PTR_ERR(fs_root);
3864 fs_root->reloc_root = btrfs_grab_root(reloc_root);
3865 btrfs_put_root(fs_root);
3896 fs_root = btrfs_grab_root(fs_info->data_reloc_root);
3897 ASSERT(fs_root);
3898 err = btrfs_orphan_cleanup(fs_root);
3899 btrfs_put_root(fs_root);