Home
last modified time | relevance | path

Searched refs:f_out (Results 1 – 1 of 1) sorted by relevance

/fs/
Dread_write.c1572 struct fd f_out; in SYSCALL_DEFINE6() local
1579 f_out = fdget(fd_out); in SYSCALL_DEFINE6()
1580 if (!f_out.file) in SYSCALL_DEFINE6()
1595 pos_out = f_out.file->f_pos; in SYSCALL_DEFINE6()
1598 ret = vfs_copy_file_range(f_in.file, pos_in, f_out.file, pos_out, len, in SYSCALL_DEFINE6()
1615 f_out.file->f_pos = pos_out; in SYSCALL_DEFINE6()
1620 fdput(f_out); in SYSCALL_DEFINE6()