Home
last modified time | relevance | path

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

/Linux-v4.19/fs/exofs/
Dsuper.c150 static struct kmem_cache *exofs_inode_cachep; variable
159 oi = kmem_cache_alloc(exofs_inode_cachep, GFP_KERNEL); in exofs_alloc_inode()
170 kmem_cache_free(exofs_inode_cachep, exofs_i(inode)); in exofs_i_callback()
196 exofs_inode_cachep = kmem_cache_create_usercopy("exofs_inode_cache", in init_inodecache()
203 if (exofs_inode_cachep == NULL) in init_inodecache()
218 kmem_cache_destroy(exofs_inode_cachep); in destroy_inodecache()