Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H A Dkeystore.c1201 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in wipe_auth_tok_list()
1206 struct kmem_cache *ecryptfs_auth_tok_list_item_cache; variable
1265 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet()
1331 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet()
1400 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, GFP_KERNEL); in parse_tag_3_packet()
1507 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_3_packet()
1937 ecryptfs_auth_tok_list_item_cache, in ecryptfs_parse_packet_set()
H A Decryptfs_kernel.h533 extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
H A Dmain.c665 .cache = &ecryptfs_auth_tok_list_item_cache,