Lines Matching refs:nd_region
124 struct nd_region;
138 int (*flush)(struct nd_region *nd_region, struct bio *bio);
253 struct nd_region *to_nd_region(struct device *dev);
254 struct device *nd_region_dev(struct nd_region *nd_region);
276 void nvdimm_region_delete(struct nd_region *nd_region);
286 struct nd_region *nvdimm_pmem_region_create(struct nvdimm_bus *nvdimm_bus,
288 struct nd_region *nvdimm_blk_region_create(struct nvdimm_bus *nvdimm_bus,
290 struct nd_region *nvdimm_volatile_region_create(struct nvdimm_bus *nvdimm_bus,
292 void *nd_region_provider_data(struct nd_region *nd_region);
293 unsigned int nd_region_acquire_lane(struct nd_region *nd_region);
294 void nd_region_release_lane(struct nd_region *nd_region, unsigned int lane);
296 int nvdimm_flush(struct nd_region *nd_region, struct bio *bio);
297 int generic_nvdimm_flush(struct nd_region *nd_region);
298 int nvdimm_has_flush(struct nd_region *nd_region);
299 int nvdimm_has_cache(struct nd_region *nd_region);
301 bool is_nvdimm_sync(struct nd_region *nd_region);