Searched refs:ecryptfs_inode_info_cache (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ecryptfs/
H A Dsuper.c36 struct kmem_cache *ecryptfs_inode_info_cache; variable in typeref:struct:kmem_cache
55 inode_info = kmem_cache_alloc(ecryptfs_inode_info_cache, GFP_KERNEL);
92 kmem_cache_free(ecryptfs_inode_info_cache, inode_info);
H A Decryptfs_kernel.h604 extern struct kmem_cache *ecryptfs_inode_info_cache;
H A Dmain.c631 * Initializes the ecryptfs_inode_info_cache when it is created
663 .cache = &ecryptfs_inode_info_cache,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ecryptfs/
H A Dsuper.c36 struct kmem_cache *ecryptfs_inode_info_cache; variable in typeref:struct:kmem_cache
55 inode_info = kmem_cache_alloc(ecryptfs_inode_info_cache, GFP_KERNEL);
92 kmem_cache_free(ecryptfs_inode_info_cache, inode_info);
H A Decryptfs_kernel.h604 extern struct kmem_cache *ecryptfs_inode_info_cache;
H A Dmain.c631 * Initializes the ecryptfs_inode_info_cache when it is created
663 .cache = &ecryptfs_inode_info_cache,

Completed in 114 milliseconds