Lines Matching defs:key1
32 * key1 - cpu_str, key2 - ATTR_FILE_NAME
34 static int cmp_fnames(const void *key1, size_t l1, const void *key2, size_t l2,
58 return ntfs_cmp_names_cpu(key1, s2, sbi->upcase, both_case);
61 f1 = key1;
69 static int cmp_uint(const void *key1, size_t l1, const void *key2, size_t l2,
72 const u32 *k1 = key1;
88 static int cmp_sdh(const void *key1, size_t l1, const void *key2, size_t l2,
91 const struct SECURITY_KEY *k1 = key1;
123 static int cmp_uints(const void *key1, size_t l1, const void *key2, size_t l2,
126 const __le32 *k1 = key1;