Home
last modified time | relevance | path

Searched refs:nfs_commit_mempool (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/nfs/
Dwrite.c51 static mempool_t *nfs_commit_mempool; variable
55 struct nfs_write_data *p = mempool_alloc(nfs_commit_mempool, GFP_NOFS); in nfs_commitdata_alloc()
69 mempool_free(p, nfs_commit_mempool); in nfs_commit_free()
1756 nfs_commit_mempool = mempool_create_slab_pool(MIN_POOL_COMMIT, in nfs_init_writepagecache()
1758 if (nfs_commit_mempool == NULL) in nfs_init_writepagecache()
1792 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache()