Lines Matching defs:cache
652 struct kmem_cache **cache;
659 .cache = &ecryptfs_auth_tok_list_item_cache,
664 .cache = &ecryptfs_file_info_cache,
669 .cache = &ecryptfs_dentry_info_cache,
674 .cache = &ecryptfs_inode_info_cache,
681 .cache = &ecryptfs_sb_info_cache,
686 .cache = &ecryptfs_header_cache,
691 .cache = &ecryptfs_xattr_cache,
696 .cache = &ecryptfs_key_record_cache,
701 .cache = &ecryptfs_key_sig_cache,
706 .cache = &ecryptfs_global_auth_tok_cache,
711 .cache = &ecryptfs_key_tfm_cache,
723 * destroy cache.
731 kmem_cache_destroy(*(info->cache));
748 *(info->cache) = kmem_cache_create(info->name, info->size, 0,
750 if (!*(info->cache)) {