Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dax/
H A Ddax-private.h14 struct dax_device *inode_dax(struct inode *inode);
H A Dsuper.c498 struct dax_device *inode_dax(struct inode *inode) in inode_dax() function
504 EXPORT_SYMBOL_GPL(inode_dax);
H A Ddevice.c348 struct dax_device *dax_dev = inode_dax(inode); in dax_open()
/openbmc/linux/fs/fuse/
H A Dfuse_i.h810 unsigned int inode_dax:1; member
H A Ddax.c1350 return fc->inode_dax && (flags & FUSE_ATTR_DAX); in fuse_should_enable_dax()
H A Dinode.c1301 fc->inode_dax = 1; in process_init_reply()