Searched defs:dax_device (Results 1 – 1 of 1) sorted by relevance
28 struct dax_device { struct29 struct hlist_node list;30 struct inode inode;31 struct cdev cdev;32 const char *host;33 void *private;34 unsigned long flags;35 const struct dax_operations *ops;
Completed in 6 milliseconds