Home
last modified time | relevance | path

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

/linux/fs/coda/
H A Dinode.c43 static struct kmem_cache * coda_inode_cachep; variable
48 ei = alloc_inode_sb(sb, coda_inode_cachep, GFP_KERNEL); in coda_alloc_inode()
61 kmem_cache_free(coda_inode_cachep, ITOC(inode)); in coda_free_inode()
73 coda_inode_cachep = kmem_cache_create("coda_inode_cache", in coda_init_inodecache()
77 if (coda_inode_cachep == NULL) in coda_init_inodecache()
89 kmem_cache_destroy(coda_inode_cachep); in coda_destroy_inodecache()