Lines Matching defs:pos_out
1355 loff_t pos_out,
1362 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out);
1365 xfs_off_t new_isize = pos_out + remap_len;
1478 loff_t pos_out,
1505 pos_out, len, remap_flags);
1508 pos_out, len, remap_flags, &xfs_read_iomap_ops);
1521 ret = xfs_reflink_zero_posteof(dest, pos_out);
1531 * If pos_out > EOF, we may have dirtied blocks between EOF and
1532 * pos_out. In that case, we need to extend the flush and unmap to cover
1535 if (pos_out > XFS_ISIZE(dest)) {
1536 loff_t flen = *len + (pos_out - XFS_ISIZE(dest));
1539 ret = xfs_flush_unmap_range(dest, pos_out, *len);