| /third_party/rust/crates/rustix/tests/fs/ |
| D | invalid_offset.rs | 166 let mut off_in = u64::MAX; in invalid_offset_copy_file_range() localVariable 170 let mut off_in = i64::MAX as u64 + 1; in invalid_offset_copy_file_range() localVariable 174 let mut off_in = 0; in invalid_offset_copy_file_range() localVariable 178 let mut off_in = 0; in invalid_offset_copy_file_range() localVariable 182 let mut off_in = 0; in invalid_offset_copy_file_range() localVariable
|
| /third_party/rust/crates/nix/src/ |
| D | fcntl.rs | 575 let off_in = off_in localVariable 605 let off_in = off_in localVariable
|
| /third_party/musl/src/linux/ |
| 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()
|
| 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 … in copy_file_range()
|
| /third_party/ltp/include/lapi/ |
| D | splice.h | 14 static inline ssize_t splice(int fd_in, loff_t *off_in, int fd_out, in splice()
|
| /third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
| D | copy_file_range.h | 43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range()
|
| 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()
|
| /third_party/libuv/src/unix/ |
| D | freebsd.c | 293 off_t* off_in, in uv__fs_copy_file_range()
|
| D | linux-syscalls.c | 225 off_t* off_in, in uv__fs_copy_file_range()
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| D | syscalls.rs | 520 let off_in = off_in in splice() localVariable
|
| /third_party/libfuse/example/ |
| D | passthrough_fh.c | 582 off_t off_in, const char *path_out, in xmp_copy_file_range()
|
| D | passthrough_ll.c | 1088 static void lo_copy_file_range(fuse_req_t req, fuse_ino_t ino_in, off_t off_in, in lo_copy_file_range()
|
| /third_party/libfuse/include/ |
| D | fuse_kernel.h | 840 uint64_t off_in; member
|
| /third_party/libfuse/lib/ |
| D | fuse.c | 2365 struct fuse_file_info *fi_in, off_t off_in, in fuse_fs_copy_file_range() 4341 off_t off_in, struct fuse_file_info *fi_in, in fuse_lib_copy_file_range()
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 44932 loff_t off_in; member
|