Home
last modified time | relevance | path

Searched refs:inode_dax (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dax/
H A Ddax-private.h14 struct dax_device *inode_dax(struct inode *inode);
H A Dsuper.c666 struct dax_device *inode_dax(struct inode *inode) in inode_dax() function
672 EXPORT_SYMBOL_GPL(inode_dax);
H A Ddevice.c346 struct dax_device *dax_dev = inode_dax(inode); in dax_open()