Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.c386 static struct kmem_cache *cifs_io_request_cachep; variable
1790 cifs_io_request_cachep = in cifs_init_netfs()
1794 if (!cifs_io_request_cachep) in cifs_init_netfs()
1797 if (mempool_init_slab_pool(&cifs_io_request_pool, 100, cifs_io_request_cachep) < 0) in cifs_init_netfs()
1817 kmem_cache_destroy(cifs_io_request_cachep); in cifs_init_netfs()
1827 kmem_cache_destroy(cifs_io_request_cachep); in cifs_destroy_netfs()