Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c416 struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev; in xfs_close_devices() local
419 xfs_blkdev_put(rtdev); in xfs_close_devices()
439 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices() local
452 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()
/linux-6.3-rc2/net/appletalk/
A Dddp.c1855 compat_uptr_t rtdev; in atalk_compat_routing_ioctl() local
1865 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()
1876 rt.rt_dev = compat_ptr(rtdev); in atalk_compat_routing_ioctl()
/linux-6.3-rc2/net/ipv4/
A Daf_inet.c994 compat_uptr_t rtdev; in inet_compat_routing_ioctl() local
1004 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
1007 rt.rt_dev = compat_ptr(rtdev); in inet_compat_routing_ioctl()
/linux-6.3-rc2/Documentation/admin-guide/
A Dxfs.rst139 logdev=device and rtdev=device

Completed in 11 milliseconds