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

/linux-4.1.27/fs/coda/
H A Dinode.c40 static struct kmem_cache * coda_inode_cachep; variable in typeref:struct:kmem_cache
45 ei = kmem_cache_alloc(coda_inode_cachep, GFP_KERNEL); coda_alloc_inode()
59 kmem_cache_free(coda_inode_cachep, ITOC(inode)); coda_i_callback()
76 coda_inode_cachep = kmem_cache_create("coda_inode_cache", coda_init_inodecache()
80 if (coda_inode_cachep == NULL) coda_init_inodecache()
92 kmem_cache_destroy(coda_inode_cachep); coda_destroy_inodecache()

Completed in 69 milliseconds