Lines Matching refs:found_root
5815 struct btrfs_root *found_root; in relocate_one_extent() local
5856 found_root = read_ref_root(extent_root->fs_info, ref_path); in relocate_one_extent()
5857 BUG_ON(!found_root); in relocate_one_extent()
5862 if (found_root->ref_cows && in relocate_one_extent()
5863 ref_path->root_generation != found_root->root_key.offset) in relocate_one_extent()
5887 u64 block_size = btrfs_level_size(found_root, level); in relocate_one_extent()
5889 eb = read_tree_block(found_root, block_start, in relocate_one_extent()
5905 btrfs_record_root_in_trans(found_root); in relocate_one_extent()
5913 ret = relocate_one_path(trans, found_root, in relocate_one_extent()
5937 ret = replace_one_extent(trans, found_root, in relocate_one_extent()
5942 ret = relocate_tree_block(trans, found_root, path, in relocate_one_extent()