Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvdimm/
Dnd_virtio.c101 int async_pmem_flush(struct nd_region *nd_region, struct bio *bio) in async_pmem_flush() function
124 EXPORT_SYMBOL_GPL(async_pmem_flush);
Dvirtio_pmem.h54 int async_pmem_flush(struct nd_region *nd_region, struct bio *bio);
Dvirtio_pmem.c83 ndr_desc.flush = async_pmem_flush; in virtio_pmem_probe()