Lines Matching refs:m_rtdev_targp
360 if (mp->m_rtdev_targp) { in xfs_close_devices()
361 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices()
362 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices()
364 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_close_devices()
425 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev); in xfs_open_devices()
426 if (!mp->m_rtdev_targp) in xfs_open_devices()
441 if (mp->m_rtdev_targp) in xfs_open_devices()
442 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_open_devices()
481 if (mp->m_rtdev_targp) { in xfs_setup_devices()
482 error = xfs_setsize_buftarg(mp->m_rtdev_targp, in xfs_setup_devices()
1532 if (mp->m_rtdev_targp) in xfs_fc_fill_super()
1534 mp->m_rtdev_targp->bt_bdev, sb->s_blocksize); in xfs_fc_fill_super()