Searched refs:ecryptfs_auth_tok_list_item_cache (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | keystore.c | 1198 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in wipe_auth_tok_list() 1203 struct kmem_cache *ecryptfs_auth_tok_list_item_cache; variable 1262 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet() 1328 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet() 1397 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, GFP_KERNEL); in parse_tag_3_packet() 1504 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_3_packet() 1934 ecryptfs_auth_tok_list_item_cache, in ecryptfs_parse_packet_set()
|
H A D | ecryptfs_kernel.h | 548 extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
|
H A D | main.c | 659 .cache = &ecryptfs_auth_tok_list_item_cache,
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | keystore.c | 1199 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in wipe_auth_tok_list() 1204 struct kmem_cache *ecryptfs_auth_tok_list_item_cache; variable 1263 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet() 1329 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet() 1398 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, GFP_KERNEL); in parse_tag_3_packet() 1505 kmem_cache_free(ecryptfs_auth_tok_list_item_cache, in parse_tag_3_packet() 1935 ecryptfs_auth_tok_list_item_cache, in ecryptfs_parse_packet_set()
|
H A D | ecryptfs_kernel.h | 533 extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
|
H A D | main.c | 665 .cache = &ecryptfs_auth_tok_list_item_cache,
|
Completed in 10 milliseconds