Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_aops.c617 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
625 return iomap_readpage(page, &xfs_read_iomap_ops); in xfs_vm_readpage()
632 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
643 &xfs_read_iomap_ops); in xfs_iomap_swapfile_activate()
Dxfs_iomap.h45 extern const struct iomap_ops xfs_read_iomap_ops;
Dxfs_file.c222 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, in xfs_file_dio_aio_read()
250 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops); in xfs_file_dax_read()
1254 &xfs_read_iomap_ops); in __xfs_filemap_fault()
Dxfs_iomap.c1178 const struct iomap_ops xfs_read_iomap_ops = { variable
Dxfs_iops.c1153 &xfs_read_iomap_ops); in xfs_vn_fiemap()