befs_inode_cachep   76 fs/befs/linuxvfs.c static struct kmem_cache *befs_inode_cachep;
befs_inode_cachep  279 fs/befs/linuxvfs.c 	bi = kmem_cache_alloc(befs_inode_cachep, GFP_KERNEL);
befs_inode_cachep  287 fs/befs/linuxvfs.c 	kmem_cache_free(befs_inode_cachep, BEFS_I(inode));
befs_inode_cachep  435 fs/befs/linuxvfs.c 	befs_inode_cachep = kmem_cache_create_usercopy("befs_inode_cache",
befs_inode_cachep  444 fs/befs/linuxvfs.c 	if (befs_inode_cachep == NULL)
befs_inode_cachep  462 fs/befs/linuxvfs.c 	kmem_cache_destroy(befs_inode_cachep);