Lines Matching refs:off_in
1008 long do_splice(struct file *in, loff_t *off_in, struct file *out,
1024 if (off_in || off_out)
1038 if (off_in)
1073 if (off_in) {
1076 offset = *off_in;
1098 if (!off_in)
1101 *off_in = offset;
1109 static long __do_splice(struct file *in, loff_t __user *off_in,
1121 if (ipipe && off_in)
1131 if (off_in) {
1132 if (copy_from_user(&offset, off_in, sizeof(loff_t)))
1143 if (__off_in && copy_to_user(off_in, __off_in, sizeof(loff_t)))
1325 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in,
1343 error = __do_splice(in.file, off_in, out.file, off_out,