Searched refs:nfs_commit_mempool (Results 1 – 1 of 1) sorted by relevance
68 static mempool_t *nfs_commit_mempool; variable75 p = mempool_alloc(nfs_commit_mempool, GFP_NOIO); in nfs_commitdata_alloc()82 p = mempool_alloc(nfs_commit_mempool, GFP_NOWAIT); in nfs_commitdata_alloc()98 mempool_free(p, nfs_commit_mempool); in nfs_commit_free()2117 nfs_commit_mempool = mempool_create_slab_pool(MIN_POOL_COMMIT, in nfs_init_writepagecache()2119 if (nfs_commit_mempool == NULL) in nfs_init_writepagecache()2155 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache()