Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_super.c384 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices() local
388 xfs_blkdev_put(rtdev); in xfs_close_devices()
412 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices() local
426 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev); in xfs_open_devices()
430 if (rtdev == ddev || rtdev == logdev) { in xfs_open_devices()
436 dax_rtdev = fs_dax_get_by_bdev(rtdev); in xfs_open_devices()
447 if (rtdev) { in xfs_open_devices()
448 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev); in xfs_open_devices()
469 xfs_blkdev_put(rtdev); in xfs_open_devices()
/linux/net/ipv4/
A Daf_inet.c986 compat_uptr_t rtdev; in inet_compat_routing_ioctl() local
996 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
999 rt.rt_dev = compat_ptr(rtdev); in inet_compat_routing_ioctl()
/linux/net/appletalk/
A Dddp.c1856 compat_uptr_t rtdev; in atalk_compat_routing_ioctl() local
1866 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()
1877 rt.rt_dev = compat_ptr(rtdev); in atalk_compat_routing_ioctl()
/linux/Documentation/admin-guide/
A Dxfs.rst139 logdev=device and rtdev=device

Completed in 14 milliseconds