Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_super.c741 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices() local
743 xfs_blkdev_put(rtdev); in xfs_close_devices()
763 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices() local
776 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev); in xfs_open_devices()
780 if (rtdev == ddev || rtdev == logdev) { in xfs_open_devices()
796 if (rtdev) { in xfs_open_devices()
797 mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev, 1); in xfs_open_devices()
818 if (rtdev) in xfs_open_devices()
819 xfs_blkdev_put(rtdev); in xfs_open_devices()
/fs/
Dcompat_ioctl.c611 u32 rtdev; in routing_ioctl() local
638 ret |= __get_user (rtdev, &(ur4->rt_dev)); in routing_ioctl()
639 if (rtdev) { in routing_ioctl()
640 ret |= copy_from_user (devname, compat_ptr(rtdev), 15); in routing_ioctl()