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

/linux-4.1.27/fs/nfs/
H A Dwrite.c59 static mempool_t *nfs_commit_mempool; variable
63 struct nfs_commit_data *p = mempool_alloc(nfs_commit_mempool, GFP_NOIO); nfs_commitdata_alloc()
75 mempool_free(p, nfs_commit_mempool); nfs_commit_free()
1974 nfs_commit_mempool = mempool_create_slab_pool(MIN_POOL_COMMIT, nfs_init_writepagecache()
1976 if (nfs_commit_mempool == NULL) nfs_init_writepagecache()
2012 mempool_destroy(nfs_commit_mempool); nfs_destroy_writepagecache()

Completed in 37 milliseconds