Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsfs.c265 static struct kmem_cache *cifs_inode_cachep; variable
277 cifs_inode = kmem_cache_alloc(cifs_inode_cachep, GFP_KERNEL); in cifs_alloc_inode()
311 kmem_cache_free(cifs_inode_cachep, CIFS_I(inode)); in cifs_i_callback()
1261 cifs_inode_cachep = kmem_cache_create("cifs_inode_cache", in cifs_init_inodecache()
1266 if (cifs_inode_cachep == NULL) in cifs_init_inodecache()
1280 kmem_cache_destroy(cifs_inode_cachep); in cifs_destroy_inodecache()