Home
last modified time | relevance | path

Searched defs:off_in (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dsplice.h14 static inline ssize_t splice(int fd_in, loff_t *off_in, int fd_out, in splice() argument
/third_party/musl/src/linux/
H A Dcopy_file_range.c5 ssize_t copy_file_range(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in copy_file_range() argument
H A Dsplice.c5 ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags) in splice() argument
/third_party/rust/crates/rustix/tests/fs/
H A Dinvalid_offset.rs166 let mut off_in = u64::MAX; in invalid_offset_copy_file_range() variables
170 let mut off_in = i64::MAX as u64 + 1; in invalid_offset_copy_file_range() variables
174 let mut off_in = 0; in invalid_offset_copy_file_range() variables
178 let mut off_in = 0; in invalid_offset_copy_file_range() variables
182 let mut off_in = 0; in invalid_offset_copy_file_range() variables
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c18 loff_t off_in, off_out; in test_bpf_syscall_macro() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcopyfile.c45 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() argument
/kernel/linux/linux-6.6/io_uring/
H A Dsplice.c20 loff_t off_in; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcopyfile.c45 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c92 int BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out, in BPF_KSYSCALL() argument
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range.h43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range() argument
H A Dcopy_file_range01.c100 static void test_one(size_t len, loff_t *off_in, loff_t *off_out, char *path) in test_one() argument
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c224 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
H A Dfreebsd.c292 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
/third_party/libuv/src/unix/
H A Dfreebsd.c273 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
H A Dlinux.c400 uv__fs_copy_file_range(int fd_in, off_t* off_in, int fd_out, off_t* off_out, size_t len, unsigned int flags) uv__fs_copy_file_range() argument
/third_party/libfuse/example/
H A Dpassthrough_fh.c576 xmp_copy_file_range(const char *path_in, struct fuse_file_info *fi_in, off_t off_in, const char *path_out, struct fuse_file_info *fi_out, off_t off_out, size_t len, int flags) xmp_copy_file_range() argument
H A Dpassthrough_ll.c1103 static void lo_copy_file_range(fuse_req_t req, fuse_ino_t ino_in, off_t off_in, in lo_copy_file_range() argument
/kernel/linux/linux-5.10/fs/
H A Dsplice.c1008 long do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() argument
1109 static long __do_splice(struct file *in, loff_t __user *off_in, in __do_splice() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dsplice.c1243 long do_splice(struct file *in, loff_t *off_in, struct file *out, in do_splice() argument
1336 static long __do_splice(struct file *in, loff_t __user *off_in, in __do_splice() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nx.c360 qla82xx_pci_set_crbwindow_2M(struct qla_hw_data *ha, ulong off_in, in qla82xx_pci_set_crbwindow_2M() argument
383 qla82xx_pci_get_crb_addr_2M(struct qla_hw_data *ha, ulong off_in, in qla82xx_pci_get_crb_addr_2M() argument
433 qla82xx_wr_32(struct qla_hw_data *ha, ulong off_in, u32 data) qla82xx_wr_32() argument
463 qla82xx_rd_32(struct qla_hw_data *ha, ulong off_in) qla82xx_rd_32() argument
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfuse.h901 uint64_t off_in; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_nx.c360 qla82xx_pci_set_crbwindow_2M(struct qla_hw_data *ha, ulong off_in, in qla82xx_pci_set_crbwindow_2M() argument
383 qla82xx_pci_get_crb_addr_2M(struct qla_hw_data *ha, ulong off_in, in qla82xx_pci_get_crb_addr_2M() argument
433 qla82xx_wr_32(struct qla_hw_data *ha, ulong off_in, u32 data) qla82xx_wr_32() argument
463 qla82xx_rd_32(struct qla_hw_data *ha, ulong off_in) qla82xx_rd_32() argument
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfuse.h520 uint64_t off_in; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfuse.h520 uint64_t off_in; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfuse.h1069 uint64_t off_in; member

Completed in 26 milliseconds

12