Lines Matching refs:off_in
1243 long do_splice(struct file *in, loff_t *off_in, struct file *out,
1259 if (off_in || off_out)
1271 if (off_in)
1302 if (off_in) {
1305 offset = *off_in;
1315 if (!off_in)
1318 *off_in = offset;
1336 static long __do_splice(struct file *in, loff_t __user *off_in,
1349 if (off_in)
1364 if (off_in) {
1365 if (copy_from_user(&offset, off_in, sizeof(loff_t)))
1376 if (__off_in && copy_to_user(off_in, __off_in, sizeof(loff_t)))
1568 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in,
1586 error = __do_splice(in.file, off_in, out.file, off_out,