Searched refs:rtdev_file (Results 1 – 1 of 1) sorted by relevance
472 struct file *logdev_file = NULL, *rtdev_file = NULL; in xfs_open_devices() local485 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev_file); in xfs_open_devices()489 if (file_bdev(rtdev_file) == ddev || in xfs_open_devices()491 file_bdev(rtdev_file) == file_bdev(logdev_file))) { in xfs_open_devices()509 if (rtdev_file) { in xfs_open_devices()510 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev_file); in xfs_open_devices()538 rtdev_file = NULL; /* released by xfs_free_buftarg() */ in xfs_open_devices()543 if (rtdev_file) in xfs_open_devices()544 fs_bdev_file_release(rtdev_file, mp->m_super); in xfs_open_devices()