Lines Matching refs:ref2
31 struct btrfs_delayed_tree_ref *ref2) in comp_tree_refs() argument
34 if (ref1->root < ref2->root) in comp_tree_refs()
36 if (ref1->root > ref2->root) in comp_tree_refs()
39 if (ref1->parent < ref2->parent) in comp_tree_refs()
41 if (ref1->parent > ref2->parent) in comp_tree_refs()
51 struct btrfs_delayed_data_ref *ref2) in comp_data_refs() argument
54 if (ref1->root < ref2->root) in comp_data_refs()
56 if (ref1->root > ref2->root) in comp_data_refs()
58 if (ref1->objectid < ref2->objectid) in comp_data_refs()
60 if (ref1->objectid > ref2->objectid) in comp_data_refs()
62 if (ref1->offset < ref2->offset) in comp_data_refs()
64 if (ref1->offset > ref2->offset) in comp_data_refs()
67 if (ref1->parent < ref2->parent) in comp_data_refs()
69 if (ref1->parent > ref2->parent) in comp_data_refs()
76 struct btrfs_delayed_ref_node *ref2, in comp_refs() argument
81 if (ref1->type < ref2->type) in comp_refs()
83 if (ref1->type > ref2->type) in comp_refs()
88 btrfs_delayed_node_to_tree_ref(ref2)); in comp_refs()
91 btrfs_delayed_node_to_data_ref(ref2)); in comp_refs()
95 if (ref1->seq < ref2->seq) in comp_refs()
97 if (ref1->seq > ref2->seq) in comp_refs()