Searched refs:ref2 (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/btrfs/
H A Ddelayed-ref.c311 struct btrfs_delayed_tree_ref *ref2)
314 if (ref1->root < ref2->root)
316 if (ref1->root > ref2->root)
319 if (ref1->parent < ref2->parent)
321 if (ref1->parent > ref2->parent)
331 struct btrfs_delayed_data_ref *ref2)
334 if (ref1->root < ref2->root)
336 if (ref1->root > ref2->root)
338 if (ref1->objectid < ref2->objectid)
340 if (ref1->objectid > ref2
310 comp_tree_refs(struct btrfs_delayed_tree_ref *ref1, struct btrfs_delayed_tree_ref *ref2) argument
330 comp_data_refs(struct btrfs_delayed_data_ref *ref1, struct btrfs_delayed_data_ref *ref2) argument
355 comp_refs(struct btrfs_delayed_ref_node *ref1, struct btrfs_delayed_ref_node *ref2, bool check_seq) argument
[all...]
H A Dref-verify.c143 static int comp_refs(struct ref_entry *ref1, struct ref_entry *ref2) argument
145 if (ref1->root_objectid < ref2->root_objectid)
147 if (ref1->root_objectid > ref2->root_objectid)
149 if (ref1->parent < ref2->parent)
151 if (ref1->parent > ref2->parent)
153 if (ref1->owner < ref2->owner)
155 if (ref1->owner > ref2->owner)
157 if (ref1->offset < ref2->offset)
159 if (ref1->offset > ref2->offset)
H A Dbackref.c219 * A -1 return indicates ref1 is a 'lower' block than ref2, while 1
223 struct prelim_ref *ref2)
225 if (ref1->level < ref2->level)
227 if (ref1->level > ref2->level)
229 if (ref1->root_id < ref2->root_id)
231 if (ref1->root_id > ref2->root_id)
233 if (ref1->key_for_search.type < ref2->key_for_search.type)
235 if (ref1->key_for_search.type > ref2->key_for_search.type)
237 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid)
239 if (ref1->key_for_search.objectid > ref2
222 prelim_ref_compare(struct prelim_ref *ref1, struct prelim_ref *ref2) argument
[all...]
H A Dextent-tree.c602 struct btrfs_shared_data_ref *ref2 = NULL; local
615 ref2 = btrfs_item_ptr(leaf, path->slots[0],
617 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
635 btrfs_set_shared_data_ref_count(leaf, ref2, num_refs);
647 struct btrfs_shared_data_ref *ref2; local
665 ref2 = (struct btrfs_shared_data_ref *)(iref + 1);
666 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
673 ref2 = btrfs_item_ptr(leaf, path->slots[0],
675 num_refs = btrfs_shared_data_ref_count(leaf, ref2);
/linux-master/lib/lz4/
H A Dlz4hc_compress.c361 const BYTE *ref2 = NULL; local
395 matchlimit, ml, &ref2,
422 ref = ref2;
445 ref2 += correction;
473 ml2, ref2, limit, oend))
489 ref2 += correction;
493 ref2 = ref3;
506 ref0 = ref2;
512 ref2 = ref3;
533 ref2
[all...]
/linux-master/fs/jffs2/
H A Ddebug.c316 struct jffs2_raw_node_ref *ref2 = jeb->first_node; local
318 while (ref2) {
319 uint32_t totlen = ref_totlen(c, jeb, ref2);
321 if (ref_offset(ref2) < jeb->offset ||
322 ref_offset(ref2) > jeb->offset + c->sector_size) {
324 ref_offset(ref2), jeb->offset);
328 if (ref_flags(ref2) == REF_UNCHECKED)
330 else if (!ref_obsolete(ref2))
335 if ((!ref_next(ref2)) != (ref2
[all...]
/linux-master/drivers/thermal/
H A Dk3_j72xx_bandgap.c85 int m = 0, c, num, den, i, err, idx1, idx2, err1, err2, ref1, ref2; local
96 ref2 = err_vals->refs[seg + 1];
102 num = ref2 - ref1;
106 c = ref2 - m * err2;
/linux-master/arch/x86/kernel/
H A Dtsc.c755 u64 tsc1, tsc2, delta, ref1, ref2; local
802 tsc2 = tsc_read_refs(&ref2, hpet);
809 if (ref1 == ref2)
818 tsc2 = calc_hpet_ref(tsc2, ref1, ref2);
820 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2);
861 if (!hpet && !ref1 && !ref2) {
880 if (!hpet && !ref1 && !ref2) {

Completed in 179 milliseconds