Searched defs:dax_device (Results 1 – 2 of 2) sorted by relevance
28 struct dax_device { struct29 struct inode inode;30 struct cdev cdev;31 void *private;32 unsigned long flags;33 const struct dax_operations *ops;34 void *holder_data;35 const struct dax_holder_operations *holder_ops;
219 struct dax_device { struct232 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_show() argument