Home
last modified time | relevance | path

Searched refs:ecryptfs_sb_info_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/ecryptfs/
H A Dmain.c426 struct kmem_cache *ecryptfs_sb_info_cache; variable
583 kmem_cache_free(ecryptfs_sb_info_cache, sb_info); in ecryptfs_kill_block_super()
595 kmem_cache_free(ecryptfs_sb_info_cache, sbi); in ecryptfs_free_fc()
614 sbi = kmem_cache_zalloc(ecryptfs_sb_info_cache, GFP_KERNEL); in ecryptfs_init_fs_context()
682 .cache = &ecryptfs_sb_info_cache,
H A Decryptfs_kernel.h537 extern struct kmem_cache *ecryptfs_sb_info_cache;