Searched refs:coda_inode_cachep (Results 1 – 1 of 1) sorted by relevance
41 static struct kmem_cache * coda_inode_cachep; variable46 ei = kmem_cache_alloc(coda_inode_cachep, GFP_KERNEL); in coda_alloc_inode()59 kmem_cache_free(coda_inode_cachep, ITOC(inode)); in coda_free_inode()71 coda_inode_cachep = kmem_cache_create("coda_inode_cache", in coda_init_inodecache()75 if (coda_inode_cachep == NULL) in coda_init_inodecache()87 kmem_cache_destroy(coda_inode_cachep); in coda_destroy_inodecache()
Completed in 3 milliseconds