Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c441 struct file *logdev_file = NULL, *rtdev_file = NULL; in xfs_open_devices() local
454 error = xfs_blkdev_get(mp, mp->m_rtname, &rtdev_file); in xfs_open_devices()
458 if (file_bdev(rtdev_file) == ddev || in xfs_open_devices()
460 file_bdev(rtdev_file) == file_bdev(logdev_file))) { in xfs_open_devices()
476 if (rtdev_file) { in xfs_open_devices()
477 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev_file); in xfs_open_devices()
501 if (rtdev_file) in xfs_open_devices()
502 bdev_fput(rtdev_file); in xfs_open_devices()