Searched refs:rtdev (Results 1 – 4 of 4) sorted by relevance
416 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices() local419 xfs_blkdev_put(rtdev); in xfs_close_devices()439 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices() local452 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev); in xfs_open_devices()456 if (rtdev == ddev || rtdev == logdev) { in xfs_open_devices()472 if (rtdev) { in xfs_open_devices()473 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev); in xfs_open_devices()494 xfs_blkdev_put(rtdev); in xfs_open_devices()
1855 compat_uptr_t rtdev; in atalk_compat_routing_ioctl() local1865 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()1876 rt.rt_dev = compat_ptr(rtdev); in atalk_compat_routing_ioctl()
994 compat_uptr_t rtdev; in inet_compat_routing_ioctl() local1004 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()1007 rt.rt_dev = compat_ptr(rtdev); in inet_compat_routing_ioctl()
139 logdev=device and rtdev=device
Completed in 13 milliseconds