Lines Matching refs:cache
663 struct kmem_cache **cache; member
669 .cache = &ecryptfs_auth_tok_list_item_cache,
674 .cache = &ecryptfs_file_info_cache,
679 .cache = &ecryptfs_dentry_info_cache,
684 .cache = &ecryptfs_inode_info_cache,
690 .cache = &ecryptfs_sb_info_cache,
695 .cache = &ecryptfs_header_cache,
700 .cache = &ecryptfs_xattr_cache,
705 .cache = &ecryptfs_key_record_cache,
710 .cache = &ecryptfs_key_sig_cache,
715 .cache = &ecryptfs_global_auth_tok_cache,
720 .cache = &ecryptfs_key_tfm_cache,
740 if (*(info->cache)) in ecryptfs_free_kmem_caches()
741 kmem_cache_destroy(*(info->cache)); in ecryptfs_free_kmem_caches()
758 *(info->cache) = kmem_cache_create(info->name, info->size, in ecryptfs_init_kmem_caches()
760 if (!*(info->cache)) { in ecryptfs_init_kmem_caches()