Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dwrite.c70 static mempool_t *nfs_wdata_mempool; variable
102 p = mempool_alloc(nfs_wdata_mempool, GFP_NOWAIT); in nfs_writehdr_alloc()
113 mempool_free(hdr, nfs_wdata_mempool); in nfs_writehdr_free()
2152 nfs_wdata_mempool = mempool_create_slab_pool(MIN_POOL_WRITE, in nfs_init_writepagecache()
2154 if (nfs_wdata_mempool == NULL) in nfs_init_writepagecache()
2194 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache()
2204 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()

Completed in 7 milliseconds