Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dax/
Dsuper.c273 if (!dax_alive(dax_dev)) in dax_direct_access()
290 if (!dax_alive(dax_dev)) in dax_copy_from_iter()
300 if (!dax_alive(dax_dev)) in dax_copy_to_iter()
338 bool dax_alive(struct dax_device *dax_dev) in dax_alive() function
343 EXPORT_SYMBOL_GPL(dax_alive);
549 if (!dax_alive(dax_dev) in dax_get_by_host()
Ddevice.c187 if (!dax_alive(dev_dax->dax_dev)) in check_vma()
/Linux-v4.19/include/linux/
Ddax.h139 bool dax_alive(struct dax_device *dax_dev);