Searched refs:f_out (Results 1 – 1 of 1) sorted by relevance
1697 struct fd f_out; in SYSCALL_DEFINE6() local1704 f_out = fdget(fd_out); in SYSCALL_DEFINE6()1705 if (!f_out.file) in SYSCALL_DEFINE6()1720 pos_out = f_out.file->f_pos; in SYSCALL_DEFINE6()1723 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()1740 f_out.file->f_pos = pos_out; in SYSCALL_DEFINE6()1745 fdput(f_out); in SYSCALL_DEFINE6()