| /OK3568_Linux_fs/kernel/fs/ |
| H A D | splice.c | 1009 loff_t *off_out, size_t len, unsigned int flags) in do_splice() argument 1024 if (off_in || off_out) in do_splice() 1040 if (off_out) { in do_splice() 1043 offset = *off_out; in do_splice() 1062 if (!off_out) in do_splice() 1065 *off_out = offset; in do_splice() 1071 if (off_out) in do_splice() 1110 struct file *out, loff_t __user *off_out, in __do_splice() argument 1123 if (opipe && off_out) in __do_splice() 1126 if (off_out) { in __do_splice() [all …]
|
| H A D | read_write.c | 1553 int, fd_out, loff_t __user *, off_out, in SYSCALL_DEFINE6() argument 1578 if (off_out) { in SYSCALL_DEFINE6() 1579 if (copy_from_user(&pos_out, off_out, sizeof(loff_t))) in SYSCALL_DEFINE6() 1602 if (off_out) { in SYSCALL_DEFINE6() 1603 if (copy_to_user(off_out, &pos_out, sizeof(loff_t))) in SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | copyfile.c | 45 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() argument 58 ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out); in copyfile_offset() 66 off_out += ret; in copyfile_offset()
|
| H A D | copyfile.h | 14 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | splice.h | 82 struct file *out, loff_t *off_out,
|
| H A D | syscalls.h | 535 int fd_out, loff_t __user *off_out, 1007 int fd_out, loff_t __user *off_out,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fuse.h | 811 uint64_t off_out; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fuse.h | 811 uint64_t off_out; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fuse.h | 910 uint64_t off_out; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A 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() 384 void __iomem **off_out) in qla82xx_pci_get_crb_addr_2M() argument 392 *off_out = (off_in - QLA82XX_PCI_CAMQM) + in qla82xx_pci_get_crb_addr_2M() 406 *off_out = off_in + m->start_2M - m->start_128M + ha->nx_pcibase; in qla82xx_pci_get_crb_addr_2M() 410 *off_out = (void __iomem *)off_in; in qla82xx_pci_get_crb_addr_2M()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 894 RK_U32 off_out = mpp_packet_get_length(pkt); in setup_vepu541_io_buf() local 964 trans_cfg.offset = off_out; in setup_vepu541_io_buf()
|
| H A D | hal_h264e_vepu540c.c | 1057 RK_U32 off_out = mpp_packet_get_length(pkt); in setup_vepu540c_io_buf() local 1072 mpp_dev_set_reg_offset(dev, 174, off_out); in setup_vepu540c_io_buf()
|
| H A D | hal_h264e_vepu580.c | 1423 RK_U32 off_out = mpp_packet_get_length(pkt); in setup_vepu580_io_buf() local 1489 mpp_dev_multi_offset_update(offsets, 175, off_out); in setup_vepu580_io_buf()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 634 loff_t off_out; member 3952 sp->off_out = READ_ONCE(sqe->off); in io_splice_prep() 3976 poff_out = (sp->off_out == -1) ? NULL : &sp->off_out; in io_splice()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | file.c | 3384 .off_out = pos_out, in __fuse_copy_file_range()
|