Searched refs:le_key (Results 1 – 2 of 2) sorted by relevance
98 inline int comp_short_keys (const struct key * le_key, in comp_short_keys() argument104 p_s_le_u32 = (__u32 *)le_key; in comp_short_keys()122 inline int comp_keys (const struct key * le_key, const struct cpu_key * cpu_key) in comp_keys() argument126 retval = comp_short_keys (le_key, cpu_key); in comp_keys()129 if (le_key_k_offset (le_key_version(le_key), le_key) < cpu_key_k_offset (cpu_key)) in comp_keys()131 if (le_key_k_offset (le_key_version(le_key), le_key) > cpu_key_k_offset (cpu_key)) in comp_keys()138 if (le_key_k_type (le_key_version(le_key), le_key) < cpu_key_k_type (cpu_key)) in comp_keys()141 if (le_key_k_type (le_key_version(le_key), le_key) > cpu_key_k_type (cpu_key)) in comp_keys()
1778 extern int comp_keys (const struct key * le_key,1780 extern int comp_short_keys (const struct key * le_key,