coda_inode_cachep   41 fs/coda/inode.c static struct kmem_cache * coda_inode_cachep;
coda_inode_cachep   46 fs/coda/inode.c 	ei = kmem_cache_alloc(coda_inode_cachep, GFP_KERNEL);
coda_inode_cachep   59 fs/coda/inode.c 	kmem_cache_free(coda_inode_cachep, ITOC(inode));
coda_inode_cachep   71 fs/coda/inode.c 	coda_inode_cachep = kmem_cache_create("coda_inode_cache",
coda_inode_cachep   75 fs/coda/inode.c 	if (coda_inode_cachep == NULL)
coda_inode_cachep   87 fs/coda/inode.c 	kmem_cache_destroy(coda_inode_cachep);