Searched refs:nfs_wdata_mempool (Results 1 – 3 of 3) sorted by relevance
69 static mempool_t *nfs_wdata_mempool; variable107 struct nfs_pgio_header *p = mempool_alloc(nfs_wdata_mempool, GFP_KERNEL); in nfs_writehdr_alloc()116 mempool_free(hdr, nfs_wdata_mempool); in nfs_writehdr_free()2144 nfs_wdata_mempool = mempool_create_slab_pool(MIN_POOL_WRITE, in nfs_init_writepagecache()2146 if (nfs_wdata_mempool == NULL) in nfs_init_writepagecache()2186 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache()2196 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()
161332 ffff80001212dc38 b nfs_wdata_mempool
Completed in 339 milliseconds