Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvdimm/
Dclaim.c81 if (is_nd_btt(dev)) in is_idle()
119 } else if (is_nd_btt(dev)) { in nd_detach_and_reset()
185 if (!is_nd_btt(dev)) { in nd_namespace_store()
Dbtt_devs.c32 WARN_ON(!is_nd_btt(dev)); in to_nd_btt()
176 bool is_nd_btt(struct device *dev) in is_nd_btt() function
180 EXPORT_SYMBOL(is_nd_btt);
Dblk.c304 if (is_nd_btt(dev)) in nd_blk_probe()
315 if (is_nd_btt(dev)) in nd_blk_remove()
Dpmem.c524 if (is_nd_btt(dev)) in nd_pmem_probe()
571 if (is_nd_btt(dev)) in nd_pmem_remove()
604 if (is_nd_btt(dev)) { in nd_pmem_notify()
Dnd.h278 bool is_nd_btt(struct device *dev);
287 static inline bool is_nd_btt(struct device *dev) in is_nd_btt() function
Dnd-core.h205 else if (is_nd_btt(dev) || is_nd_pfn(dev) || is_nd_dax(dev)) in debug_nvdimm_lock()
Dnamespace_devs.c64 } else if (is_nd_btt(dev)) { in is_uuid_busy()
117 if (is_nd_pfn(dev) || is_nd_btt(dev)) in pmem_should_map_pages()
162 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name()
1571 if (claim && is_nd_btt(claim)) in mode_show()
1695 struct nd_btt *nd_btt = is_nd_btt(dev) ? to_nd_btt(dev) : NULL; in nvdimm_namespace_common_probe()
Dbus.c936 struct nd_btt *nd_btt = is_nd_btt(dev) ? to_nd_btt(dev) : NULL; in nd_pmem_forget_poison_check()
Dregion_devs.c900 } else if (is_nd_btt(dev)) { in nd_region_advance_seeds()