Home
last modified time | relevance | path

Searched refs:ecryptfs_global_auth_tok_cache (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/ecryptfs/
Decryptfs_kernel.h542 extern struct kmem_cache *ecryptfs_global_auth_tok_cache;
Dmain.c712 .cache = &ecryptfs_global_auth_tok_cache,
Dkeystore.c2509 struct kmem_cache *ecryptfs_global_auth_tok_cache; variable
2517 new_auth_tok = kmem_cache_zalloc(ecryptfs_global_auth_tok_cache, in ecryptfs_add_global_auth_tok()
Dcrypto.c213 kmem_cache_free(ecryptfs_global_auth_tok_cache, auth_tok); in ecryptfs_destroy_mount_crypt_stat()