Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_iomap.h54 extern const struct iomap_ops xfs_dax_write_iomap_ops;
Dxfs_file.c679 ret = dax_iomap_rw(iocb, from, &xfs_dax_write_iomap_ops); in xfs_file_dax_write()
1273 &xfs_dax_write_iomap_ops : in xfs_dax_fault()
Dxfs_iomap.c893 const struct iomap_ops xfs_dax_write_iomap_ops = { variable