xfs_find_daxdev_for_inode   32 fs/xfs/xfs_aops.h extern struct dax_device *xfs_find_daxdev_for_inode(struct inode *);
xfs_find_daxdev_for_inode 1233 fs/xfs/xfs_file.c 	dax_dev = xfs_find_daxdev_for_inode(file_inode(filp));
xfs_find_daxdev_for_inode   81 fs/xfs/xfs_iomap.c 	iomap->dax_dev = xfs_find_daxdev_for_inode(VFS_I(ip));
xfs_find_daxdev_for_inode  103 fs/xfs/xfs_iomap.c 	iomap->dax_dev = xfs_find_daxdev_for_inode(VFS_I(ip));
xfs_find_daxdev_for_inode 1230 fs/xfs/xfs_iops.c 	return xfs_find_daxdev_for_inode(VFS_I(ip)) != NULL;