Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_file.c195 ret = iomap_dio_rw(iocb, to, &xfs_iomap_ops, NULL); in xfs_file_dio_aio_read()
222 ret = dax_iomap_rw(iocb, to, &xfs_iomap_ops); in xfs_file_dax_read()
358 NULL, &xfs_iomap_ops); in xfs_file_aio_write_checks()
550 ret = iomap_dio_rw(iocb, from, &xfs_iomap_ops, xfs_dio_write_end_io); in xfs_file_dio_aio_write()
589 ret = dax_iomap_rw(iocb, from, &xfs_iomap_ops); in xfs_file_dax_write()
636 ret = iomap_file_buffered_write(iocb, from, &xfs_iomap_ops); in xfs_file_buffered_aio_write()
1032 offset = iomap_seek_hole(inode, offset, &xfs_iomap_ops); in xfs_file_llseek()
1035 offset = iomap_seek_data(inode, offset, &xfs_iomap_ops); in xfs_file_llseek()
1075 ret = dax_iomap_fault(vmf, pe_size, &pfn, NULL, &xfs_iomap_ops); in __xfs_filemap_fault()
1080 ret = iomap_page_mkwrite(vmf, &xfs_iomap_ops); in __xfs_filemap_fault()
Dxfs_iomap.h44 extern const struct iomap_ops xfs_iomap_ops;
Dxfs_aops.c986 return iomap_bmap(mapping, block, &xfs_iomap_ops); in xfs_vm_bmap()
995 return iomap_readpage(page, &xfs_iomap_ops); in xfs_vm_readpage()
1006 return iomap_readpages(mapping, pages, nr_pages, &xfs_iomap_ops); in xfs_vm_readpages()
1016 return iomap_swapfile_activate(sis, swap_file, span, &xfs_iomap_ops); in xfs_iomap_swapfile_activate()
Dxfs_iops.c878 &did_zeroing, &xfs_iomap_ops); in xfs_setattr_size()
881 &xfs_iomap_ops); in xfs_setattr_size()
1109 &xfs_iomap_ops); in xfs_vn_fiemap()
Dxfs_reflink.c1260 &xfs_iomap_ops); in xfs_reflink_zero_posteof()
1531 &xfs_iomap_ops); in xfs_reflink_dirty_extents()
Dxfs_iomap.c1209 const struct iomap_ops xfs_iomap_ops = { variable
Dxfs_bmap_util.c1168 error = iomap_zero_range(VFS_I(ip), offset, len, NULL, &xfs_iomap_ops); in xfs_free_file_space()