| /third_party/rust/crates/rustix/tests/fs/ |
| D | invalid_offset.rs | 167 let mut off_out = 0; in invalid_offset_copy_file_range() localVariable 171 let mut off_out = 0; in invalid_offset_copy_file_range() localVariable 175 let mut off_out = u64::MAX; in invalid_offset_copy_file_range() localVariable 179 let mut off_out = i64::MAX as u64; in invalid_offset_copy_file_range() localVariable 183 let mut off_out = i64::MAX as u64 + 1; in invalid_offset_copy_file_range() localVariable
|
| /third_party/rust/crates/nix/src/ |
| D | fcntl.rs | 578 let off_out = off_out localVariable 608 let off_out = off_out localVariable
|
| /third_party/ltp/include/lapi/ |
| D | splice.h | 15 loff_t *off_out, size_t len, unsigned int flags) in splice()
|
| /third_party/musl/src/linux/ |
| 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()
|
| 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()
|
| /third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
| D | copy_file_range.h | 44 int fd_out, loff_t *off_out, size_t len, unsigned int flags) 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 | 276 off_t* off_out, in uv__fs_copy_file_range()
|
| D | linux.c | 403 off_t* off_out, in uv__fs_copy_file_range()
|
| /third_party/node/deps/uv/src/unix/ |
| D | freebsd.c | 295 off_t* off_out, in uv__fs_copy_file_range()
|
| D | linux-syscalls.c | 227 off_t* off_out, in uv__fs_copy_file_range()
|
| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| D | syscalls.rs | 524 let off_out = off_out in splice() localVariable
|
| /third_party/libfuse/example/ |
| D | passthrough_fh.c | 580 off_t off_out, size_t len, int flags) in xmp_copy_file_range()
|
| D | passthrough_ll.c | 1105 fuse_ino_t ino_out, off_t off_out, in lo_copy_file_range()
|
| /third_party/libfuse/include/ |
| D | fuse_kernel.h | 1009 uint64_t off_out; member
|
| /third_party/libfuse/lib/ |
| D | fuse.c | 2318 struct fuse_file_info *fi_out, off_t off_out, in fuse_fs_copy_file_range() 4317 fuse_ino_t nodeid_out, off_t off_out, in fuse_lib_copy_file_range()
|