Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_aops.c541 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
549 return iomap_read_folio(folio, &xfs_read_iomap_ops); in xfs_vm_read_folio()
556 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
567 &xfs_read_iomap_ops); in xfs_iomap_swapfile_activate()
H A Dxfs_iomap.h53 extern const struct iomap_ops xfs_read_iomap_ops;
H A Dxfs_file.c272 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, 0, NULL, 0); in xfs_file_dio_read()
294 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops); in xfs_file_dax_read()
1334 &xfs_read_iomap_ops); in xfs_dax_fault()
H A Dxfs_iops.c1095 &xfs_read_iomap_ops); in xfs_vn_fiemap()
H A Dxfs_reflink.c1508 pos_out, len, remap_flags, &xfs_read_iomap_ops); in xfs_reflink_remap_prep()
H A Dxfs_iomap.c1270 const struct iomap_ops xfs_read_iomap_ops = { variable