Home
last modified time | relevance | path

Searched refs:bt_daxdev (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_buf.h98 struct dax_device *bt_daxdev; member
Dxfs_aops.c57 return mp->m_rtdev_targp->bt_daxdev; in xfs_find_daxdev_for_inode()
59 return mp->m_ddev_targp->bt_daxdev; in xfs_find_daxdev_for_inode()
Dxfs_super.c689 struct dax_device *dax_ddev = mp->m_ddev_targp->bt_daxdev; in xfs_close_devices()
693 struct dax_device *dax_logdev = mp->m_logdev_targp->bt_daxdev; in xfs_close_devices()
701 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices()
Dxfs_buf.c1832 btp->bt_daxdev = dax_dev; in xfs_alloc_buftarg()