Searched refs:nfs_wdata_mempool (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dwrite.c47 static mempool_t *nfs_wdata_mempool; variable
76 struct nfs_write_data *p = mempool_alloc(nfs_wdata_mempool, GFP_NOFS);
87 mempool_free(p, nfs_wdata_mempool);
100 mempool_free(p, nfs_wdata_mempool);
1455 nfs_wdata_mempool = mempool_create_slab_pool(MIN_POOL_WRITE,
1457 if (nfs_wdata_mempool == NULL)
1491 mempool_destroy(nfs_wdata_mempool);

Completed in 30 milliseconds