Home
last modified time | relevance | path

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

/include/linux/
Ddax.h45 void put_dax(struct dax_device *dax_dev);
46 void kill_dax(struct dax_device *dax_dev);
47 void dax_write_cache(struct dax_device *dax_dev, bool wc);
48 bool dax_write_cache_enabled(struct dax_device *dax_dev);
49 bool __dax_synchronous(struct dax_device *dax_dev);
50 static inline bool dax_synchronous(struct dax_device *dax_dev) in dax_synchronous() argument
52 return __dax_synchronous(dax_dev); in dax_synchronous()
54 void __set_dax_synchronous(struct dax_device *dax_dev);
55 static inline void set_dax_synchronous(struct dax_device *dax_dev) in set_dax_synchronous() argument
57 __set_dax_synchronous(dax_dev); in set_dax_synchronous()
[all …]
Diomap.h67 struct dax_device *dax_dev; /* dax_dev for dax operations */ member
Ddevice-mapper.h150 struct dax_device *dax_dev; member