Lines Matching full:ref2
269 struct btrfs_delayed_ref_node *ref2) in comp_data_refs() argument
271 if (ref1->data_ref.objectid < ref2->data_ref.objectid) in comp_data_refs()
273 if (ref1->data_ref.objectid > ref2->data_ref.objectid) in comp_data_refs()
275 if (ref1->data_ref.offset < ref2->data_ref.offset) in comp_data_refs()
277 if (ref1->data_ref.offset > ref2->data_ref.offset) in comp_data_refs()
283 struct btrfs_delayed_ref_node *ref2, in comp_refs() argument
288 if (ref1->type < ref2->type) in comp_refs()
290 if (ref1->type > ref2->type) in comp_refs()
294 if (ref1->parent < ref2->parent) in comp_refs()
296 if (ref1->parent > ref2->parent) in comp_refs()
299 if (ref1->ref_root < ref2->ref_root) in comp_refs()
301 if (ref1->ref_root > ref2->ref_root) in comp_refs()
304 ret = comp_data_refs(ref1, ref2); in comp_refs()
309 if (ref1->seq < ref2->seq) in comp_refs()
311 if (ref1->seq > ref2->seq) in comp_refs()