Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_super.c454 struct file *logdev_file = NULL, *rtdev_file = NULL; in xfs_open_devices() local
467 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev_file); in xfs_open_devices()
471 if (file_bdev(rtdev_file) == ddev || in xfs_open_devices()
473 file_bdev(rtdev_file) == file_bdev(logdev_file))) { in xfs_open_devices()
489 if (rtdev_file) { in xfs_open_devices()
490 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev_file); in xfs_open_devices()
514 if (rtdev_file) in xfs_open_devices()
515 bdev_fput(rtdev_file); in xfs_open_devices()