Searched refs:xfs_read_iomap_ops (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_iomap.h | 55 extern const struct iomap_ops xfs_read_iomap_ops;
|
H A D | xfs_file.c | 250 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, 0, NULL, 0); in xfs_file_dio_read() 272 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops); in xfs_file_dax_read() 1744 &xfs_read_iomap_ops); in xfs_dax_fault_locked()
|
H A D | xfs_iops.c | 1247 &xfs_read_iomap_ops); in xfs_vn_fiemap()
|
H A D | xfs_reflink.c | 1686 pos_out, len, remap_flags, &xfs_read_iomap_ops); in xfs_reflink_remap_prep()
|
H A D | xfs_iomap.c | 2048 const struct iomap_ops xfs_read_iomap_ops = { variable
|