Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibnvdimm.h301 bool is_nvdimm_sync(struct nd_region *nd_region);
/openbmc/linux/drivers/nvdimm/
H A Dregion_devs.c1222 bool is_nvdimm_sync(struct nd_region *nd_region) in is_nvdimm_sync() function
1230 EXPORT_SYMBOL_GPL(is_nvdimm_sync);
H A Dpmem.c567 if (is_nvdimm_sync(nd_region)) in pmem_attach_disk()