Lines Matching defs:ref1
174 * A -1 return indicates ref1 is a 'lower' block than ref2, while 1
177 static int prelim_ref_compare(struct prelim_ref *ref1,
180 if (ref1->level < ref2->level)
182 if (ref1->level > ref2->level)
184 if (ref1->root_id < ref2->root_id)
186 if (ref1->root_id > ref2->root_id)
188 if (ref1->key_for_search.type < ref2->key_for_search.type)
190 if (ref1->key_for_search.type > ref2->key_for_search.type)
192 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid)
194 if (ref1->key_for_search.objectid > ref2->key_for_search.objectid)
196 if (ref1->key_for_search.offset < ref2->key_for_search.offset)
198 if (ref1->key_for_search.offset > ref2->key_for_search.offset)
200 if (ref1->parent < ref2->parent)
202 if (ref1->parent > ref2->parent)