Home
last modified time | relevance | path

Searched defs:dax_device (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/dax/
Dsuper.c28 struct dax_device { struct
29 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;
/kernel/linux/linux-5.10/drivers/dax/
Dsuper.c219 struct dax_device { struct
232 struct dax_device *dax_dev = dax_get_by_host(dev_name(dev)); in write_cache_show() argument