Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_iomap.h52 extern const struct iomap_ops xfs_direct_write_iomap_ops;
Dxfs_file.c614 ret = iomap_dio_rw(iocb, from, &xfs_direct_write_iomap_ops, in xfs_file_dio_write_aligned()
692 ret = iomap_dio_rw(iocb, from, &xfs_direct_write_iomap_ops, in xfs_file_dio_write_unaligned()
Dxfs_iomap.c927 const struct iomap_ops xfs_direct_write_iomap_ops = { variable