Lines Matching defs:k2
73 const u32 *k2 = key2;
78 if (*k1 < *k2)
80 if (*k1 > *k2)
92 const struct SECURITY_KEY *k2 = key2;
99 t2 = le32_to_cpu(k2->hash);
110 t2 = le32_to_cpu(k2->sec_id);
127 const __le32 *k2 = key2;
134 * k1, k2 - pointers to REPARSE_KEY
138 k2 += 1; // Skip REPARSE_KEY.ReparseTag
150 for (count = min(l1, l2) >> 2; count > 0; --count, ++k1, ++k2) {
152 u32 t2 = le32_to_cpu(*k2);