Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_buf.h82 struct dax_device *bt_daxdev; member
Dxfs_aops.c53 return mp->m_rtdev_targp->bt_daxdev; in xfs_find_daxdev_for_inode()
55 return mp->m_ddev_targp->bt_daxdev; in xfs_find_daxdev_for_inode()
Dxfs_super.c665 struct dax_device *dax_ddev = mp->m_ddev_targp->bt_daxdev; in xfs_close_devices()
669 struct dax_device *dax_logdev = mp->m_logdev_targp->bt_daxdev; in xfs_close_devices()
677 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices()
Dxfs_buf.c1760 btp->bt_daxdev = dax_dev; in xfs_alloc_buftarg()