Searched refs:nfs_commit_mempool (Results 1 – 1 of 1) sorted by relevance
59 static mempool_t *nfs_commit_mempool; variable63 struct nfs_commit_data *p = mempool_alloc(nfs_commit_mempool, GFP_NOIO); in nfs_commitdata_alloc()75 mempool_free(p, nfs_commit_mempool); in nfs_commit_free()1991 nfs_commit_mempool = mempool_create_slab_pool(MIN_POOL_COMMIT, in nfs_init_writepagecache()1993 if (nfs_commit_mempool == NULL) in nfs_init_writepagecache()2029 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache()