Searched refs:rtdev (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/xfs/ |
D | xfs_super.c | 436 struct block_device *logdev = NULL, *rtdev = NULL; in xfs_open_devices() local 455 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev); in xfs_open_devices() 459 if (rtdev == ddev || rtdev == logdev) { in xfs_open_devices() 475 if (rtdev) { in xfs_open_devices() 476 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev); in xfs_open_devices() 500 if (rtdev) in xfs_open_devices() 501 blkdev_put(rtdev, sb); in xfs_open_devices()
|
/Linux-v6.6/fs/xfs/scrub/ |
D | trace.h | 1044 __field(dev_t, rtdev) 1053 __entry->rtdev = mp->m_rtdev_targp->bt_dev; 1062 MAJOR(__entry->rtdev), MINOR(__entry->rtdev),
|
/Linux-v6.6/net/appletalk/ |
D | ddp.c | 1855 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-v6.6/net/ipv4/ |
D | af_inet.c | 1013 compat_uptr_t rtdev; in inet_compat_routing_ioctl() local 1023 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl() 1026 rt.rt_dev = compat_ptr(rtdev); in inet_compat_routing_ioctl()
|
/Linux-v6.6/Documentation/admin-guide/ |
D | xfs.rst | 139 logdev=device and rtdev=device
|