Lines Matching refs:root_id
126 u64 root_id; member
194 static int __add_prelim_ref(struct list_head *head, u64 root_id, in __add_prelim_ref() argument
201 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in __add_prelim_ref()
208 ref->root_id = root_id; in __add_prelim_ref()
322 root_key.objectid = ref->root_id; in __resolve_indirect_ref()
353 ref->root_id, level, ref->count, ret, in __resolve_indirect_ref()
409 if (root_objectid && ref->root_id != root_objectid) { in __resolve_indirect_refs()
460 if (ref1->root_id != ref2->root_id) in ref_for_same_block()
1019 if (roots && ref->count && ref->root_id && ref->parent == 0) {
1020 if (root_objectid && ref->root_id != root_objectid) {
1026 ret = ulist_add(roots, ref->root_id, 0, GFP_NOFS);