Searched refs:off_out (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | util.c | 224 static int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() argument 237 ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out); in copyfile_offset() 245 off_out += ret; in copyfile_offset()
|
/Linux-v4.19/fs/ |
D | splice.c | 1097 struct file *out, loff_t __user *off_out, in do_splice() argument 1109 if (off_in || off_out) in do_splice() 1128 if (off_out) { in do_splice() 1131 if (copy_from_user(&offset, off_out, sizeof(loff_t))) in do_splice() 1151 if (!off_out) in do_splice() 1153 else if (copy_to_user(off_out, &offset, sizeof(loff_t))) in do_splice() 1160 if (off_out) in do_splice() 1396 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1416 out.file, off_out, in SYSCALL_DEFINE6()
|
D | read_write.c | 1628 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1653 if (off_out) { in SYSCALL_DEFINE6() 1654 if (copy_from_user(&pos_out, off_out, sizeof(loff_t))) in SYSCALL_DEFINE6() 1673 if (off_out) { in SYSCALL_DEFINE6() 1674 if (copy_to_user(off_out, &pos_out, sizeof(loff_t))) in SYSCALL_DEFINE6()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 154 …lice, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __user *, off_out, size_t, len, uns… 181 …ange, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __user *, off_out, size_t, len, uns…
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 361 void __iomem **off_out) in qla82xx_pci_set_crbwindow_2M() argument 379 *off_out = (off_in & MASK(16)) + CRB_INDIRECT_2M + ha->nx_pcibase; in qla82xx_pci_set_crbwindow_2M() 425 void __iomem **off_out) in qla82xx_pci_get_crb_addr_2M() argument 433 *off_out = (off_in - QLA82XX_PCI_CAMQM) + in qla82xx_pci_get_crb_addr_2M() 447 *off_out = off_in + m->start_2M - m->start_128M + ha->nx_pcibase; in qla82xx_pci_get_crb_addr_2M() 451 *off_out = (void __iomem *)off_in; in qla82xx_pci_get_crb_addr_2M()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 482 int fd_out, loff_t __user *off_out, 893 int fd_out, loff_t __user *off_out,
|