Searched refs:atype2 (Results 1 – 1 of 1) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscmp.c | 733 ATTR_TYPES atype2, in print_attributes() argument 743 vprint_attribute(atype2, name2); in print_attributes() 833 ATTR_TYPES old_atype1, prev_atype = const_cpu_to_le32(0), atype1, atype2; in cmp_attributes() local 842 set_cmp_attr(ctx2, &atype2, &name2); in cmp_attributes() 848 if (!ret1 && (le32_to_cpu(atype1) <= le32_to_cpu(atype2) || in cmp_attributes() 851 if (!ret2 && (le32_to_cpu(old_atype1) >= le32_to_cpu(atype2) || in cmp_attributes() 853 ret2 = next_attr(ctx2, &atype2, &name2, &errno2); in cmp_attributes() 855 print_attributes(ni1, atype1, atype2, name1, name2); in cmp_attributes() 866 if (ret2 || le32_to_cpu(atype1) < le32_to_cpu(atype2)) { in cmp_attributes() 874 } else if (ret1 || le32_to_cpu(atype1) > le32_to_cpu(atype2)) { in cmp_attributes() [all …]
|