Searched defs:atype1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscmp.c726 ATTR_TYPES atype1,
735 vprint_attribute(atype1, name1);
825 ATTR_TYPES old_atype1, prev_atype = 0, atype1, atype2; local
833 set_cmp_attr(ctx1, &atype1, &name1);
838 old_atype1 = atype1;
840 if (!ret1 && (le32_to_cpu(atype1) <= le32_to_cpu(atype2) ||
842 ret1 = next_attr(ctx1, &atype1, &name1, &errno1);
847 print_attributes(ni1, atype1, atype2, name1, name2);
858 if (ret2 || le32_to_cpu(atype1) < le32_to_cpu(atype2)) {
863 atype1);
725 print_attributes(ntfs_inode *ni, ATTR_TYPES atype1, ATTR_TYPES atype2, char *name1, char *name2) argument
[all...]

Completed in 38 milliseconds