Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_aops.c514 return iomap_bmap(mapping, block, &xfs_read_iomap_ops); in xfs_vm_bmap()
522 return iomap_readpage(page, &xfs_read_iomap_ops); in xfs_vm_readpage()
529 iomap_readahead(rac, &xfs_read_iomap_ops); in xfs_vm_readahead()
540 &xfs_read_iomap_ops); in xfs_iomap_swapfile_activate()
Dxfs_iomap.h45 extern const struct iomap_ops xfs_read_iomap_ops;
Dxfs_file.c262 ret = iomap_dio_rw(iocb, to, &xfs_read_iomap_ops, NULL, 0); in xfs_file_dio_read()
284 ret = dax_iomap_rw(iocb, to, &xfs_read_iomap_ops); in xfs_file_dax_read()
1333 &xfs_read_iomap_ops); in __xfs_filemap_fault()
Dxfs_iomap.c1183 const struct iomap_ops xfs_read_iomap_ops = { variable
Dxfs_iops.c1162 &xfs_read_iomap_ops); in xfs_vn_fiemap()