Searched refs:nfs_commit_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.c48 static mempool_t *nfs_commit_mempool; variable
52 struct nfs_write_data *p = mempool_alloc(nfs_commit_mempool, GFP_NOFS);
66 mempool_free(p, nfs_commit_mempool);
1460 nfs_commit_mempool = mempool_create_slab_pool(MIN_POOL_COMMIT,
1462 if (nfs_commit_mempool == NULL)
1490 mempool_destroy(nfs_commit_mempool);

Completed in 89 milliseconds