Searched refs:xfs_read_iomap_ops (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_aops.c | 617 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()
|
| D | xfs_iomap.h | 45 extern const struct iomap_ops xfs_read_iomap_ops;
|
| D | xfs_file.c | 222 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()
|
| D | xfs_iomap.c | 1178 const struct iomap_ops xfs_read_iomap_ops = { variable
|
| D | xfs_iops.c | 1153 &xfs_read_iomap_ops); in xfs_vn_fiemap()
|