Lines Matching refs:m_rtdev_targp
362 if (mp->m_rtdev_targp) { in xfs_close_devices()
363 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices()
364 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices()
366 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_close_devices()
427 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev); in xfs_open_devices()
428 if (!mp->m_rtdev_targp) in xfs_open_devices()
443 if (mp->m_rtdev_targp) in xfs_open_devices()
444 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_open_devices()
483 if (mp->m_rtdev_targp) { in xfs_setup_devices()
484 error = xfs_setsize_buftarg(mp->m_rtdev_targp, in xfs_setup_devices()
1554 if (mp->m_rtdev_targp) in xfs_fc_fill_super()
1556 mp->m_rtdev_targp->bt_bdev, sb->s_blocksize); in xfs_fc_fill_super()