Lines Matching defs:cache
658 struct kmem_cache **cache;
665 .cache = &ecryptfs_auth_tok_list_item_cache,
670 .cache = &ecryptfs_file_info_cache,
675 .cache = &ecryptfs_dentry_info_cache,
680 .cache = &ecryptfs_inode_info_cache,
687 .cache = &ecryptfs_sb_info_cache,
692 .cache = &ecryptfs_header_cache,
697 .cache = &ecryptfs_xattr_cache,
702 .cache = &ecryptfs_key_record_cache,
707 .cache = &ecryptfs_key_sig_cache,
712 .cache = &ecryptfs_global_auth_tok_cache,
717 .cache = &ecryptfs_key_tfm_cache,
729 * destroy cache.
737 kmem_cache_destroy(*(info->cache));
754 *(info->cache) = kmem_cache_create(info->name, info->size, 0,
756 if (!*(info->cache)) {