Home
last modified time | relevance | path

Searched refs:bt_daxdev (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_notify_failure.c192 if (mp->m_rtdev_targp && mp->m_rtdev_targp->bt_daxdev == dax_dev) { in xfs_dax_notify_failure()
198 if (mp->m_logdev_targp && mp->m_logdev_targp->bt_daxdev == dax_dev && in xfs_dax_notify_failure()
H A Dxfs_buf.h102 struct dax_device *bt_daxdev; member
H A Dxfs_aops.c525 xfs_inode_buftarg(ip)->bt_daxdev, wbc); in xfs_dax_writepages()
H A Dxfs_iomap.c126 iomap->dax_dev = target->bt_daxdev; in xfs_bmbt_to_iomap()
154 iomap->dax_dev = target->bt_daxdev; in xfs_hole_to_iomap()
H A Dxfs_buf.c1955 fs_put_dax(btp->bt_daxdev, btp->bt_mount); in xfs_free_buftarg()
2015 btp->bt_daxdev = fs_dax_get_by_bdev(bdev, &btp->bt_dax_part_off, in xfs_alloc_buftarg()
H A Dxfs_super.c332 if (!mp->m_ddev_targp->bt_daxdev && in xfs_setup_dax_always()
333 (!mp->m_rtdev_targp || !mp->m_rtdev_targp->bt_daxdev)) { in xfs_setup_dax_always()
H A Dxfs_file.c1471 if (!daxdev_mapping_supported(vma, target->bt_daxdev)) in xfs_file_mmap()
H A Dxfs_iops.c1204 return xfs_inode_buftarg(ip)->bt_daxdev != NULL; in xfs_inode_supports_dax()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h91 struct dax_device *bt_daxdev; member
H A Dxfs_aops.c577 xfs_inode_buftarg(ip)->bt_daxdev, wbc); in xfs_dax_writepages()
H A Dxfs_iomap.c82 iomap->dax_dev = target->bt_daxdev; in xfs_bmbt_to_iomap()
105 iomap->dax_dev = target->bt_daxdev; in xfs_hole_to_iomap()
H A Dxfs_super.c352 struct dax_device *dax_ddev = mp->m_ddev_targp->bt_daxdev; in xfs_close_devices()
356 struct dax_device *dax_logdev = mp->m_logdev_targp->bt_daxdev; in xfs_close_devices()
364 struct dax_device *dax_rtdev = mp->m_rtdev_targp->bt_daxdev; in xfs_close_devices()
H A Dxfs_file.c1372 if (!daxdev_mapping_supported(vma, target->bt_daxdev)) in xfs_file_mmap()
H A Dxfs_iops.c1215 return xfs_inode_buftarg(ip)->bt_daxdev != NULL; in xfs_inode_supports_dax()
H A Dxfs_buf.c2005 btp->bt_daxdev = dax_dev; in xfs_alloc_buftarg()

Completed in 23 milliseconds