Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ecryptfs/
Dmain.c528 struct kmem_cache *ecryptfs_sb_info_cache; variable
549 sbi = kmem_cache_zalloc(ecryptfs_sb_info_cache, GFP_KERNEL); in ecryptfs_mount()
630 kmem_cache_free(ecryptfs_sb_info_cache, sbi); in ecryptfs_mount()
650 kmem_cache_free(ecryptfs_sb_info_cache, sb_info); in ecryptfs_kill_block_super()
702 .cache = &ecryptfs_sb_info_cache,
Decryptfs_kernel.h605 extern struct kmem_cache *ecryptfs_sb_info_cache;