nfs_wdata_mempool 69 fs/nfs/write.c static mempool_t *nfs_wdata_mempool; nfs_wdata_mempool 107 fs/nfs/write.c struct nfs_pgio_header *p = mempool_alloc(nfs_wdata_mempool, GFP_KERNEL); nfs_wdata_mempool 116 fs/nfs/write.c mempool_free(hdr, nfs_wdata_mempool); nfs_wdata_mempool 2136 fs/nfs/write.c nfs_wdata_mempool = mempool_create_slab_pool(MIN_POOL_WRITE, nfs_wdata_mempool 2138 fs/nfs/write.c if (nfs_wdata_mempool == NULL) nfs_wdata_mempool 2178 fs/nfs/write.c mempool_destroy(nfs_wdata_mempool); nfs_wdata_mempool 2188 fs/nfs/write.c mempool_destroy(nfs_wdata_mempool);