Lines Matching refs:ref2
230 struct btrfs_delayed_tree_ref *ref2) in comp_tree_refs() argument
233 if (ref1->root < ref2->root) in comp_tree_refs()
235 if (ref1->root > ref2->root) in comp_tree_refs()
238 if (ref1->parent < ref2->parent) in comp_tree_refs()
240 if (ref1->parent > ref2->parent) in comp_tree_refs()
250 struct btrfs_delayed_data_ref *ref2) in comp_data_refs() argument
253 if (ref1->root < ref2->root) in comp_data_refs()
255 if (ref1->root > ref2->root) in comp_data_refs()
257 if (ref1->objectid < ref2->objectid) in comp_data_refs()
259 if (ref1->objectid > ref2->objectid) in comp_data_refs()
261 if (ref1->offset < ref2->offset) in comp_data_refs()
263 if (ref1->offset > ref2->offset) in comp_data_refs()
266 if (ref1->parent < ref2->parent) in comp_data_refs()
268 if (ref1->parent > ref2->parent) in comp_data_refs()
275 struct btrfs_delayed_ref_node *ref2, in comp_refs() argument
280 if (ref1->type < ref2->type) in comp_refs()
282 if (ref1->type > ref2->type) in comp_refs()
287 btrfs_delayed_node_to_tree_ref(ref2)); in comp_refs()
290 btrfs_delayed_node_to_data_ref(ref2)); in comp_refs()
294 if (ref1->seq < ref2->seq) in comp_refs()
296 if (ref1->seq > ref2->seq) in comp_refs()