Searched refs:logdev_file (Results 1 – 1 of 1) sorted by relevance
467 struct file *logdev_file = NULL, *rtdev_file = NULL; in xfs_open_devices() local474 error = xfs_blkdev_get(mp, mp->m_logname, &logdev_file); in xfs_open_devices()485 (logdev_file && in xfs_open_devices()486 file_bdev(rtdev_file) == file_bdev(logdev_file))) { in xfs_open_devices()513 if (logdev_file && file_bdev(logdev_file) != ddev) { in xfs_open_devices()514 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev_file); in xfs_open_devices()523 if (logdev_file) in xfs_open_devices()524 bdev_fput(logdev_file); in xfs_open_devices()538 if (logdev_file) in xfs_open_devices()539 bdev_fput(logdev_file); in xfs_open_devices()