Searched defs:dax_device (Results 1 – 1 of 1) 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;