Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dwrite.c69 static mempool_t *nfs_wdata_mempool; variable
107 struct nfs_pgio_header *p = mempool_alloc(nfs_wdata_mempool, GFP_KERNEL); in nfs_writehdr_alloc()
116 mempool_free(hdr, nfs_wdata_mempool); in nfs_writehdr_free()
2121 nfs_wdata_mempool = mempool_create_slab_pool(MIN_POOL_WRITE, in nfs_init_writepagecache()
2123 if (nfs_wdata_mempool == NULL) in nfs_init_writepagecache()
2163 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache()
2173 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()