/third_party/ltp/include/lapi/ |
H A D | splice.h | 14 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 D | copy_file_range.c | 5 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 D | splice.c | 5 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 D | invalid_offset.rs | 166 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 D | test_bpf_syscall_macro.c | 18 loff_t off_in, off_out; in test_bpf_syscall_macro() local
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | splice.c | 20 loff_t off_in; member
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_syscall_macro.c | 92 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 D | copy_file_range.h | 43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range() argument
|
H A D | copy_file_range01.c | 100 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 D | linux-syscalls.c | 224 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 D | freebsd.c | 292 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 D | freebsd.c | 273 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 D | linux.c | 400 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 D | passthrough_fh.c | 576 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 D | passthrough_ll.c | 1103 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 D | splice.c | 1008 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 D | splice.c | 1243 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 D | qla_nx.c | 360 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 D | fuse.h | 901 uint64_t off_in; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_nx.c | 360 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 D | fuse.h | 520 uint64_t off_in; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fuse.h | 520 uint64_t off_in; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fuse.h | 1069 uint64_t off_in; member
|