Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_aops.c535 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
543 return iomap_read_folio(folio, &xfs_read_iomap_ops); in xfs_vm_read_folio()
550 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
561 &xfs_read_iomap_ops); in xfs_iomap_swapfile_activate()
Dxfs_iomap.h51 extern const struct iomap_ops xfs_read_iomap_ops;
Dxfs_file.c235 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, 0, NULL, 0); in xfs_file_dio_read()
257 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops); in xfs_file_dax_read()
1274 &xfs_read_iomap_ops); in xfs_dax_fault()
Dxfs_iops.c1084 &xfs_read_iomap_ops); in xfs_vn_fiemap()
Dxfs_reflink.c1506 pos_out, len, remap_flags, &xfs_read_iomap_ops); in xfs_reflink_remap_prep()
Dxfs_iomap.c1229 const struct iomap_ops xfs_read_iomap_ops = { variable