Lines Matching defs:pos_out
1162 loff_t pos_out,
1169 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out);
1172 xfs_off_t new_isize = pos_out + remap_len;
1286 loff_t pos_out,
1311 ret = generic_remap_file_range_prep(file_in, pos_in, file_out, pos_out,
1325 ret = xfs_reflink_zero_posteof(dest, pos_out);
1335 * If pos_out > EOF, we may have dirtied blocks between EOF and
1336 * pos_out. In that case, we need to extend the flush and unmap to cover
1339 if (pos_out > XFS_ISIZE(dest)) {
1340 loff_t flen = *len + (pos_out - XFS_ISIZE(dest));
1343 ret = xfs_flush_unmap_range(dest, pos_out, *len);