Searched refs:xfs_direct_write_iomap_ops (Results 1 – 3 of 3) sorted by relevance
44 extern const struct iomap_ops xfs_direct_write_iomap_ops;
571 ret = iomap_dio_rw(iocb, from, &xfs_direct_write_iomap_ops, in xfs_file_dio_write_aligned()649 ret = iomap_dio_rw(iocb, from, &xfs_direct_write_iomap_ops, in xfs_file_dio_write_unaligned()707 ret = dax_iomap_rw(iocb, from, &xfs_direct_write_iomap_ops); in xfs_file_dax_write()1332 &xfs_direct_write_iomap_ops : in __xfs_filemap_fault()
853 const struct iomap_ops xfs_direct_write_iomap_ops = { variable