Searched defs:dax_device (Results 1 – 1 of 1) sorted by relevance
29 struct dax_device { struct30 struct inode inode;31 struct cdev cdev;32 void *private;33 unsigned long flags;34 const struct dax_operations *ops;35 void *holder_data;36 const struct dax_holder_operations *holder_ops;