Searched refs:xfs_read_iomap_ops (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_iomap.h53 extern const struct iomap_ops xfs_read_iomap_ops;
H A Dxfs_aops.c542 return iomap_bmap(mapping, block, &xfs_read_iomap_ops);
550 return iomap_read_folio(folio, &xfs_read_iomap_ops);
557 iomap_readahead(rac, &xfs_read_iomap_ops);
568 &xfs_read_iomap_ops);
H A Dxfs_file.c272 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, 0, NULL, 0);
294 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops);
1334 &xfs_read_iomap_ops);
H A Dxfs_reflink.c1512 pos_out, len, remap_flags, &xfs_read_iomap_ops);
H A Dxfs_iops.c1094 &xfs_read_iomap_ops);
H A Dxfs_iomap.c1279 const struct iomap_ops xfs_read_iomap_ops = { variable in typeref:struct:iomap_ops

Completed in 111 milliseconds