ecryptfs_file_info_cache  549 fs/ecryptfs/ecryptfs_kernel.h extern struct kmem_cache *ecryptfs_file_info_cache;
ecryptfs_file_info_cache  125 fs/ecryptfs/file.c struct kmem_cache *ecryptfs_file_info_cache;
ecryptfs_file_info_cache  201 fs/ecryptfs/file.c 	file_info = kmem_cache_zalloc(ecryptfs_file_info_cache, GFP_KERNEL);
ecryptfs_file_info_cache  245 fs/ecryptfs/file.c 	kmem_cache_free(ecryptfs_file_info_cache,
ecryptfs_file_info_cache  269 fs/ecryptfs/file.c 	file_info = kmem_cache_zalloc(ecryptfs_file_info_cache, GFP_KERNEL);
ecryptfs_file_info_cache  283 fs/ecryptfs/file.c 		kmem_cache_free(ecryptfs_file_info_cache, file_info);
ecryptfs_file_info_cache  305 fs/ecryptfs/file.c 	kmem_cache_free(ecryptfs_file_info_cache,
ecryptfs_file_info_cache  313 fs/ecryptfs/file.c 	kmem_cache_free(ecryptfs_file_info_cache,
ecryptfs_file_info_cache  658 fs/ecryptfs/main.c 		.cache = &ecryptfs_file_info_cache,