Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_super.c441 struct file *logdev_file = NULL, *rtdev_file = NULL; in xfs_open_devices() local
448 error = xfs_blkdev_get(mp, mp->m_logname, &logdev_file); in xfs_open_devices()
459 (logdev_file && in xfs_open_devices()
460 file_bdev(rtdev_file) == file_bdev(logdev_file))) { in xfs_open_devices()
482 if (logdev_file && file_bdev(logdev_file) != ddev) { in xfs_open_devices()
483 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev_file); in xfs_open_devices()
489 if (logdev_file) in xfs_open_devices()
490 bdev_fput(logdev_file); in xfs_open_devices()
504 if (logdev_file) in xfs_open_devices()
505 bdev_fput(logdev_file); in xfs_open_devices()