Lines Matching refs:iomap_apply
49 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() function
393 ret = iomap_apply(inode, page_offset(page) + poff, in iomap_readpage()
489 ret = iomap_apply(mapping->host, pos, length, 0, ops, in iomap_readpages()
894 ret = iomap_apply(inode, pos, iov_iter_count(iter), in iomap_file_buffered_write()
975 ret = iomap_apply(inode, pos, len, IOMAP_WRITE, ops, NULL, in iomap_file_dirty()
1053 ret = iomap_apply(inode, pos, len, IOMAP_ZERO, in iomap_zero_range()
1126 ret = iomap_apply(inode, offset, length, in iomap_page_mkwrite()
1221 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap()
1383 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_hole()
1429 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_data()
1909 ret = iomap_apply(inode, pos, count, flags, ops, dio, in iomap_dio_rw()
2131 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
2184 iomap_apply(inode, pos, blocksize, 0, ops, &bno, iomap_bmap_actor); in iomap_bmap()