ecryptfs_auth_tok_list_item_cache  548 fs/ecryptfs/ecryptfs_kernel.h extern struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
ecryptfs_auth_tok_list_item_cache 1198 fs/ecryptfs/keystore.c 		kmem_cache_free(ecryptfs_auth_tok_list_item_cache,
ecryptfs_auth_tok_list_item_cache 1203 fs/ecryptfs/keystore.c struct kmem_cache *ecryptfs_auth_tok_list_item_cache;
ecryptfs_auth_tok_list_item_cache 1262 fs/ecryptfs/keystore.c 		kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache,
ecryptfs_auth_tok_list_item_cache 1328 fs/ecryptfs/keystore.c 	kmem_cache_free(ecryptfs_auth_tok_list_item_cache,
ecryptfs_auth_tok_list_item_cache 1397 fs/ecryptfs/keystore.c 	    kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, GFP_KERNEL);
ecryptfs_auth_tok_list_item_cache 1504 fs/ecryptfs/keystore.c 	kmem_cache_free(ecryptfs_auth_tok_list_item_cache,
ecryptfs_auth_tok_list_item_cache 1934 fs/ecryptfs/keystore.c 					ecryptfs_auth_tok_list_item_cache,
ecryptfs_auth_tok_list_item_cache  653 fs/ecryptfs/main.c 		.cache = &ecryptfs_auth_tok_list_item_cache,