Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_super.c385 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices() local
389 fs_put_dax(dax_rtdev); in xfs_close_devices()
411 struct dax_device *dax_logdev = NULL, *dax_rtdev = NULL; in xfs_open_devices() local
436 dax_rtdev = fs_dax_get_by_bdev(rtdev); in xfs_open_devices()
448 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev); in xfs_open_devices()
470 fs_put_dax(dax_rtdev); in xfs_open_devices()

Completed in 7 milliseconds