Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iomap.h44 extern const struct iomap_ops xfs_direct_write_iomap_ops;
H A Dxfs_file.c604 ret = iomap_dio_rw(iocb, from, &xfs_direct_write_iomap_ops, in xfs_file_dio_aio_write()
645 ret = dax_iomap_rw(iocb, from, &xfs_direct_write_iomap_ops); in xfs_file_dax_write()
1272 &xfs_direct_write_iomap_ops : in __xfs_filemap_fault()
H A Dxfs_iomap.c849 const struct iomap_ops xfs_direct_write_iomap_ops = { variable