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()
352 root_key.objectid = ref->root_id; in __resolve_indirect_ref()
396 ref->root_id, level, ref->count, ret, in __resolve_indirect_ref()
452 if (root_objectid && ref->root_id != root_objectid) { in __resolve_indirect_refs()
503 if (ref1->root_id != ref2->root_id) in ref_for_same_block()
1064 if (roots && ref->count && ref->root_id && ref->parent == 0) {
1065 if (root_objectid && ref->root_id != root_objectid) {
1071 ret = ulist_add(roots, ref->root_id, 0, GFP_NOFS);