nvdimm_flush
ret = nvdimm_flush(to_nd_region(ndns->dev.parent), NULL);
ret = nvdimm_flush(nd_region, bio);
ret = nvdimm_flush(nd_region, bio);
nvdimm_flush(to_nd_region(dev->parent), NULL);
nvdimm_flush(to_nd_region(dev->parent), NULL);
EXPORT_SYMBOL_GPL(nvdimm_flush);
rc = nvdimm_flush(nd_region, NULL);
int nvdimm_flush(struct nd_region *nd_region, struct bio *bio);