Searched refs:f_out (Results 1 – 1 of 1) sorted by relevance
1700 struct fd f_out; in SYSCALL_DEFINE6() local1707 f_out = fdget(fd_out); in SYSCALL_DEFINE6()1708 if (!f_out.file) in SYSCALL_DEFINE6()1723 pos_out = f_out.file->f_pos; in SYSCALL_DEFINE6()1726 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()1743 f_out.file->f_pos = pos_out; in SYSCALL_DEFINE6()1748 fdput(f_out); in SYSCALL_DEFINE6()