Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1transport.c46 temp = mempool_alloc(&cifs_mid_pool, GFP_NOFS); in alloc_mid()
H A Dcifsfs.c414 mempool_t cifs_mid_pool; variable
1820 if (mempool_init_slab_pool(&cifs_mid_pool, 3, cifs_mid_cachep) < 0) { in init_mids()
1830 mempool_exit(&cifs_mid_pool); in destroy_mids()
H A Dsmb2transport.c620 temp = mempool_alloc(&cifs_mid_pool, GFP_NOFS); in smb2_mid_entry_alloc()
H A Dtransport.c115 mempool_free(midEntry, &cifs_mid_pool); in __release_mid()
H A Dcifsglob.h2144 extern mempool_t cifs_mid_pool;