Searched refs:off_out (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/util/
H A Dcopyfile.h14 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size);
H A Dcopyfile.c45 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) argument
58 ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out);
66 off_out += ret;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c18 loff_t off_in, off_out; local
76 r = splice(-42, &off_in, 42, &off_out, 0x12340000, SPLICE_F_NONBLOCK);
84 ASSERT_EQ(skel->bss->splice_off_out, (__u64)&off_out, "splice_arg4");
/linux-master/io_uring/
H A Dsplice.c19 loff_t off_out; member in struct:io_splice
84 sp->off_out = READ_ONCE(sqe->off);
109 poff_out = (sp->off_out == -1) ? NULL : &sp->off_out;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c93 loff_t *off_out, size_t len, unsigned int flags)
103 splice_off_out = (__u64)off_out;
92 BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags) argument
/linux-master/include/linux/
H A Dsplice.h85 loff_t *off_out, size_t len, unsigned int flags);
H A Dsyscalls.h497 int fd_out, loff_t __user *off_out,
917 int fd_out, loff_t __user *off_out,
/linux-master/fs/
H A Dsplice.c1306 loff_t *off_out, size_t len, unsigned int flags)
1321 if (off_in || off_out)
1335 if (off_out) {
1338 offset = *off_out;
1357 if (!off_out)
1360 *off_out = offset;
1362 if (off_out)
1403 struct file *out, loff_t __user *off_out,
1420 if (off_out)
1425 if (off_out) {
1305 do_splice(struct file *in, loff_t *off_in, struct file *out, loff_t *off_out, size_t len, unsigned int flags) argument
1402 __do_splice(struct file *in, loff_t __user *off_in, struct file *out, loff_t __user *off_out, size_t len, unsigned int flags) argument
[all...]
H A Dread_write.c1576 int, fd_out, loff_t __user *, off_out,
1601 if (off_out) {
1602 if (copy_from_user(&pos_out, off_out, sizeof(loff_t)))
1625 if (off_out) {
1626 if (copy_to_user(off_out, &pos_out, sizeof(loff_t)))
/linux-master/include/uapi/linux/
H A Dfuse.h1105 uint64_t off_out; member in struct:fuse_copy_file_range_in
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nx.c356 * Out: 'off_out' is 2M pci map addr
361 void __iomem **off_out)
379 *off_out = (off_in & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase;
384 void __iomem **off_out)
392 *off_out = (off_in - QLA82XX_PCI_CAMQM) +
406 *off_out = off_in + m->start_2M - m->start_128M + ha->nx_pcibase;
410 *off_out = (void __iomem *)off_in;
360 qla82xx_pci_set_crbwindow_2M(struct qla_hw_data *ha, ulong off_in, void __iomem **off_out) argument
383 qla82xx_pci_get_crb_addr_2M(struct qla_hw_data *ha, ulong off_in, void __iomem **off_out) argument
/linux-master/fs/fuse/
H A Dfile.c3198 .off_out = pos_out,

Completed in 164 milliseconds