Searched refs:xfs_iomap_ops (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_file.c | 191 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()
|
| D | xfs_iomap.h | 42 extern const struct iomap_ops xfs_iomap_ops;
|
| D | xfs_aops.c | 1155 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()
|
| D | xfs_iops.c | 886 &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()
|
| D | xfs_reflink.c | 1273 &xfs_iomap_ops); in xfs_reflink_zero_posteof() 1446 &xfs_iomap_ops); in xfs_reflink_dirty_extents()
|
| D | xfs_iomap.c | 1137 const struct iomap_ops xfs_iomap_ops = { variable
|
| D | xfs_bmap_util.c | 1116 error = iomap_zero_range(VFS_I(ip), offset, len, NULL, &xfs_iomap_ops); in xfs_free_file_space()
|