Searched refs:xfs_read_iomap_ops (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_aops.c | 548 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap() 556 return iomap_read_folio(folio, &xfs_read_iomap_ops); in xfs_vm_read_folio() 563 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead() 574 &xfs_read_iomap_ops); in xfs_iomap_swapfile_activate()
|
A D | xfs_iomap.h | 53 extern const struct iomap_ops xfs_read_iomap_ops;
|
A D | xfs_file.c | 235 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()
|
A D | xfs_iops.c | 1085 &xfs_read_iomap_ops); in xfs_vn_fiemap()
|
A D | xfs_reflink.c | 1504 pos_out, len, remap_flags, &xfs_read_iomap_ops); in xfs_reflink_remap_prep()
|
A D | xfs_iomap.c | 1266 const struct iomap_ops xfs_read_iomap_ops = { variable
|
Completed in 15 milliseconds