Home
last modified time | relevance | path

Searched refs:le_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dstree.c44 inline int comp_short_keys(const struct reiserfs_key *le_key, in comp_short_keys() argument
48 n = le32_to_cpu(le_key->k_dir_id); in comp_short_keys()
53 n = le32_to_cpu(le_key->k_objectid); in comp_short_keys()
68 static inline int comp_keys(const struct reiserfs_key *le_key, in comp_keys() argument
73 retval = comp_short_keys(le_key, cpu_key); in comp_keys()
76 if (le_key_k_offset(le_key_version(le_key), le_key) < in comp_keys()
79 if (le_key_k_offset(le_key_version(le_key), le_key) > in comp_keys()
87 if (le_key_k_type(le_key_version(le_key), le_key) < in comp_keys()
91 if (le_key_k_type(le_key_version(le_key), le_key) > in comp_keys()
810 struct reiserfs_key *le_key; in search_by_key() local
[all …]
Dreiserfs.h2969 extern int comp_short_keys(const struct reiserfs_key *le_key,
/linux-6.1.9/lib/crypto/
Dchacha20poly1305-selftest.c8841 u32 le_key[8]; in chacha20poly1305_encrypt_bignonce() local
8846 le_key[i] = get_unaligned_le32(key + sizeof(le_key[i]) * i); in chacha20poly1305_encrypt_bignonce()
8847 chacha_init(chacha20_state, le_key, bottom_row); in chacha20poly1305_encrypt_bignonce()