fscrypt_direct_keys   32 fs/crypto/keysetup_v1.c static DEFINE_HASHTABLE(fscrypt_direct_keys, 6); /* 6 bits = 64 buckets */
fscrypt_direct_keys  196 fs/crypto/keysetup_v1.c 	hash_for_each_possible(fscrypt_direct_keys, dk, dk_node, hash_key) {
fscrypt_direct_keys  211 fs/crypto/keysetup_v1.c 		hash_add(fscrypt_direct_keys, &to_insert->dk_node, hash_key);