Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsfs.c381 static struct kmem_cache *cifs_inode_cachep; variable
393 cifs_inode = alloc_inode_sb(sb, cifs_inode_cachep, GFP_KERNEL); in cifs_alloc_inode()
435 kmem_cache_free(cifs_inode_cachep, cinode); in cifs_free_inode()
1667 cifs_inode_cachep = kmem_cache_create("cifs_inode_cache", in cifs_init_inodecache()
1672 if (cifs_inode_cachep == NULL) in cifs_init_inodecache()
1686 kmem_cache_destroy(cifs_inode_cachep); in cifs_destroy_inodecache()