Searched refs:xfs_read_iomap_ops (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_aops.c | 639 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap() 647 return iomap_readpage(page, &xfs_read_iomap_ops); in xfs_vm_readpage() 654 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead() 665 &xfs_read_iomap_ops); in xfs_iomap_swapfile_activate()
|
| H A D | xfs_iomap.h | 45 extern const struct iomap_ops xfs_read_iomap_ops;
|
| H A D | xfs_file.c | 241 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, in xfs_file_dio_aio_read() 269 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops); in xfs_file_dax_read() 1273 &xfs_read_iomap_ops); in __xfs_filemap_fault()
|
| H A D | xfs_iomap.c | 1181 const struct iomap_ops xfs_read_iomap_ops = { variable
|
| H A D | xfs_iops.c | 1153 &xfs_read_iomap_ops); in xfs_vn_fiemap()
|