Lines Matching refs:root_id
183 if (ref1->root_id < ref2->root_id) in prelim_ref_compare()
185 if (ref1->root_id > ref2->root_id) in prelim_ref_compare()
336 struct preftree *preftree, u64 root_id, in add_prelim_ref() argument
343 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref()
350 ref->root_id = root_id; in add_prelim_ref()
377 struct preftrees *preftrees, u64 root_id, in add_indirect_ref() argument
386 return add_prelim_ref(fs_info, tree, root_id, key, level, 0, in add_indirect_ref()
454 ref->root_id != btrfs_header_owner(eb)) { in add_all_parents()
478 ref->root_id != btrfs_header_owner(eb))) { in add_all_parents()
556 root = btrfs_get_fs_root_commit_root(fs_info, path, ref->root_id); in resolve_indirect_ref()
558 root = btrfs_get_fs_root(fs_info, ref->root_id, false); in resolve_indirect_ref()
615 ref->root_id, level, ref->count, ret, in resolve_indirect_ref()
707 ref->root_id != sc->root_objectid) { in resolve_indirect_refs()
1316 if (roots && ref->count && ref->root_id && ref->parent == 0) {
1318 ref->root_id != sc->root_objectid) {
1324 ret = ulist_add(roots, ref->root_id, 0, GFP_NOFS);