Lines Matching refs:pos_in
2779 static int f2fs_move_file_range(struct file *file_in, loff_t pos_in,
2802 if (pos_out < 0 || pos_in < 0)
2806 if (pos_in == pos_out)
2808 if (pos_out > pos_in && pos_out < pos_in + len)
2825 if (pos_in + len > src->i_size || pos_in + len < pos_in)
2828 olen = len = src->i_size - pos_in;
2829 if (pos_in + len == src->i_size)
2830 len = ALIGN(src->i_size, F2FS_BLKSIZE) - pos_in;
2841 if (!IS_ALIGNED(pos_in, F2FS_BLKSIZE) ||
2842 !IS_ALIGNED(pos_in + len, F2FS_BLKSIZE) ||
2856 pos_in, pos_in + len);
2875 ret = __exchange_data_block(src, dst, pos_in >> F2FS_BLKSIZE_BITS,
2922 err = f2fs_move_file_range(filp, range->pos_in, dst.file,
4255 compat_u64 pos_in;
4270 err |= get_user(range.pos_in, &urange->pos_in);