cifs_inode_cachep 314 fs/cifs/cifsfs.c static struct kmem_cache *cifs_inode_cachep; cifs_inode_cachep 326 fs/cifs/cifsfs.c cifs_inode = kmem_cache_alloc(cifs_inode_cachep, GFP_KERNEL); cifs_inode_cachep 360 fs/cifs/cifsfs.c kmem_cache_free(cifs_inode_cachep, CIFS_I(inode)); cifs_inode_cachep 1357 fs/cifs/cifsfs.c cifs_inode_cachep = kmem_cache_create("cifs_inode_cache", cifs_inode_cachep 1362 fs/cifs/cifsfs.c if (cifs_inode_cachep == NULL) cifs_inode_cachep 1376 fs/cifs/cifsfs.c kmem_cache_destroy(cifs_inode_cachep);