Home
last modified time | relevance | path

Searched refs:ecryptfs_sb_info_cache (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmain.c466 struct kmem_cache *ecryptfs_sb_info_cache; variable
489 sbi = kmem_cache_zalloc(ecryptfs_sb_info_cache, GFP_KERNEL); in ecryptfs_mount()
607 kmem_cache_free(ecryptfs_sb_info_cache, sbi); in ecryptfs_mount()
626 kmem_cache_free(ecryptfs_sb_info_cache, sb_info); in ecryptfs_kill_block_super()
681 .cache = &ecryptfs_sb_info_cache,
H A Decryptfs_kernel.h552 extern struct kmem_cache *ecryptfs_sb_info_cache;
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmain.c466 struct kmem_cache *ecryptfs_sb_info_cache; variable
489 sbi = kmem_cache_zalloc(ecryptfs_sb_info_cache, GFP_KERNEL); in ecryptfs_mount()
613 kmem_cache_free(ecryptfs_sb_info_cache, sbi); in ecryptfs_mount()
632 kmem_cache_free(ecryptfs_sb_info_cache, sb_info); in ecryptfs_kill_block_super()
687 .cache = &ecryptfs_sb_info_cache,
H A Decryptfs_kernel.h537 extern struct kmem_cache *ecryptfs_sb_info_cache;

Completed in 6 milliseconds