Home
last modified time | relevance | path

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

/linux-4.4.14/fs/exofs/
Dsuper.c149 static struct kmem_cache *exofs_inode_cachep; variable
158 oi = kmem_cache_alloc(exofs_inode_cachep, GFP_KERNEL); in exofs_alloc_inode()
169 kmem_cache_free(exofs_inode_cachep, exofs_i(inode)); in exofs_i_callback()
195 exofs_inode_cachep = kmem_cache_create("exofs_inode_cache", in init_inodecache()
199 if (exofs_inode_cachep == NULL) in init_inodecache()
214 kmem_cache_destroy(exofs_inode_cachep); in destroy_inodecache()