rtdev             676 fs/xfs/xfs_super.c 		struct block_device *rtdev = mp->m_rtdev_targp->bt_bdev;
rtdev             680 fs/xfs/xfs_super.c 		xfs_blkdev_put(rtdev);
rtdev             704 fs/xfs/xfs_super.c 	struct block_device	*logdev = NULL, *rtdev = NULL;
rtdev             718 fs/xfs/xfs_super.c 		error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev);
rtdev             722 fs/xfs/xfs_super.c 		if (rtdev == ddev || rtdev == logdev) {
rtdev             728 fs/xfs/xfs_super.c 		dax_rtdev = fs_dax_get_by_bdev(rtdev);
rtdev             739 fs/xfs/xfs_super.c 	if (rtdev) {
rtdev             740 fs/xfs/xfs_super.c 		mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev);
rtdev             761 fs/xfs/xfs_super.c 	xfs_blkdev_put(rtdev);
rtdev            3374 net/socket.c   	u32 rtdev;
rtdev            3399 net/socket.c   		ret |= get_user(rtdev, &(ur4->rt_dev));
rtdev            3400 net/socket.c   		if (rtdev) {
rtdev            3401 net/socket.c   			ret |= copy_from_user(devname, compat_ptr(rtdev), 15);