Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c356 struct dax_device *dax_logdev = mp->m_logdev_targp->bt_daxdev; in xfs_close_devices() local
360 fs_put_dax(dax_logdev); in xfs_close_devices()
390 struct dax_device *dax_logdev = NULL, *dax_rtdev = NULL; in xfs_open_devices() local
401 dax_logdev = fs_dax_get_by_bdev(logdev); in xfs_open_devices()
433 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev, dax_logdev); in xfs_open_devices()
453 fs_put_dax(dax_logdev); in xfs_open_devices()