Lines Matching refs:ref2
215 struct btrfs_delayed_tree_ref *ref2) in comp_tree_refs() argument
218 if (ref1->root < ref2->root) in comp_tree_refs()
220 if (ref1->root > ref2->root) in comp_tree_refs()
223 if (ref1->parent < ref2->parent) in comp_tree_refs()
225 if (ref1->parent > ref2->parent) in comp_tree_refs()
235 struct btrfs_delayed_data_ref *ref2) in comp_data_refs() argument
238 if (ref1->root < ref2->root) in comp_data_refs()
240 if (ref1->root > ref2->root) in comp_data_refs()
242 if (ref1->objectid < ref2->objectid) in comp_data_refs()
244 if (ref1->objectid > ref2->objectid) in comp_data_refs()
246 if (ref1->offset < ref2->offset) in comp_data_refs()
248 if (ref1->offset > ref2->offset) in comp_data_refs()
251 if (ref1->parent < ref2->parent) in comp_data_refs()
253 if (ref1->parent > ref2->parent) in comp_data_refs()
260 struct btrfs_delayed_ref_node *ref2, in comp_refs() argument
265 if (ref1->type < ref2->type) in comp_refs()
267 if (ref1->type > ref2->type) in comp_refs()
272 btrfs_delayed_node_to_tree_ref(ref2)); in comp_refs()
275 btrfs_delayed_node_to_data_ref(ref2)); in comp_refs()
279 if (ref1->seq < ref2->seq) in comp_refs()
281 if (ref1->seq > ref2->seq) in comp_refs()