Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_super.c698 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices() local
700 xfs_blkdev_put(rtdev); in xfs_close_devices()
720 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices() local
733 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev); in xfs_open_devices()
737 if (rtdev == ddev || rtdev == logdev) { in xfs_open_devices()
753 if (rtdev) { in xfs_open_devices()
754 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev); in xfs_open_devices()
775 xfs_blkdev_put(rtdev); in xfs_open_devices()