Home
last modified time | relevance | path

Searched refs:xfs_iomap_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_file.c191 ret = iomap_dio_rw(iocb, to, &xfs_iomap_ops, NULL); in xfs_file_dio_aio_read()
218 ret = dax_iomap_rw(iocb, to, &xfs_iomap_ops); in xfs_file_dax_read()
354 NULL, &xfs_iomap_ops); in xfs_file_aio_write_checks()
550 ret = iomap_dio_rw(iocb, from, &xfs_iomap_ops, &xfs_dio_write_ops); in xfs_file_dio_aio_write()
597 ret = dax_iomap_rw(iocb, from, &xfs_iomap_ops); in xfs_file_dax_write()
644 ret = iomap_file_buffered_write(iocb, from, &xfs_iomap_ops); in xfs_file_buffered_aio_write()
1159 ret = dax_iomap_fault(vmf, pe_size, &pfn, NULL, &xfs_iomap_ops); in __xfs_filemap_fault()
1164 ret = iomap_page_mkwrite(vmf, &xfs_iomap_ops); in __xfs_filemap_fault()
Dxfs_iomap.h42 extern const struct iomap_ops xfs_iomap_ops;
Dxfs_aops.c1155 return iomap_bmap(mapping, block, &xfs_iomap_ops); in xfs_vm_bmap()
1164 return iomap_readpage(page, &xfs_iomap_ops); in xfs_vm_readpage()
1175 return iomap_readpages(mapping, pages, nr_pages, &xfs_iomap_ops); in xfs_vm_readpages()
1185 return iomap_swapfile_activate(sis, swap_file, span, &xfs_iomap_ops); in xfs_iomap_swapfile_activate()
Dxfs_iops.c886 &did_zeroing, &xfs_iomap_ops); in xfs_setattr_size()
889 &xfs_iomap_ops); in xfs_setattr_size()
1117 &xfs_iomap_ops); in xfs_vn_fiemap()
Dxfs_reflink.c1273 &xfs_iomap_ops); in xfs_reflink_zero_posteof()
1446 &xfs_iomap_ops); in xfs_reflink_dirty_extents()
Dxfs_iomap.c1137 const struct iomap_ops xfs_iomap_ops = { variable
Dxfs_bmap_util.c1116 error = iomap_zero_range(VFS_I(ip), offset, len, NULL, &xfs_iomap_ops); in xfs_free_file_space()