Searched refs:nfs_wdata_mempool (Results 1 – 1 of 1) sorted by relevance
49 static mempool_t *nfs_wdata_mempool; variable74 struct nfs_write_data *p = mempool_alloc(nfs_wdata_mempool, GFP_NOFS); in nfs_writedata_alloc()85 mempool_free(p, nfs_wdata_mempool); in nfs_writedata_alloc()97 mempool_free(p, nfs_wdata_mempool); in nfs_writedata_free()1698 nfs_wdata_mempool = mempool_create_slab_pool(MIN_POOL_WRITE, in nfs_init_writepagecache()1700 if (nfs_wdata_mempool == NULL) in nfs_init_writepagecache()1734 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()