Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ecryptfs/
Dkeystore.c1217 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in wipe_auth_tok_list()
1222 struct kmem_cache *ecryptfs_auth_tok_list_item_cache; variable
1281 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet()
1347 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet()
1416 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, GFP_KERNEL); in parse_tag_3_packet()
1523 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_3_packet()
1939 ecryptfs_auth_tok_list_item_cache, in ecryptfs_parse_packet_set()
Decryptfs_kernel.h547 extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
Dmain.c669 .cache = &ecryptfs_auth_tok_list_item_cache,