Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.h53 extern const struct iomap_ops xfs_direct_write_iomap_ops;
H A Dxfs_file.c758 dops = &xfs_direct_write_iomap_ops; in xfs_file_dio_write_atomic()
785 if (ret == -ENOPROTOOPT && dops == &xfs_direct_write_iomap_ops) { in xfs_file_dio_write_atomic()
867 ret = iomap_dio_rw(iocb, from, &xfs_direct_write_iomap_ops, in xfs_file_dio_write_unaligned()
915 &xfs_direct_write_iomap_ops, &xfs_dio_write_ops, NULL); in xfs_file_dio_write()
H A Dxfs_iomap.c1028 const struct iomap_ops xfs_direct_write_iomap_ops = { variable