/third_party/ltp/include/lapi/ |
H A D | splice.h | 14 splice(int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags) 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 | 167 let mut off_out = 0; in invalid_offset_copy_file_range() variables 171 let mut off_out = 0; in invalid_offset_copy_file_range() variables 175 let mut off_out = u64::MAX; in invalid_offset_copy_file_range() variables 179 let mut off_out = i64::MAX as u64; in invalid_offset_copy_file_range() variables 183 let mut off_out = i64::MAX as u64 + 1; in invalid_offset_copy_file_range() variables [all...] |
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range.h | 43 sys_copy_file_range(int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags) 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 lo_copy_file_range(fuse_req_t req, fuse_ino_t ino_in, off_t off_in, struct fuse_file_info *fi_in, fuse_ino_t ino_out, off_t off_out, struct fuse_file_info *fi_out, size_t len, int flags) lo_copy_file_range() argument
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 1009 uint64_t off_out; member
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2315 fuse_fs_copy_file_range(struct fuse_fs *fs, 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) fuse_fs_copy_file_range() argument 4315 fuse_lib_copy_file_range(fuse_req_t req, fuse_ino_t nodeid_in, off_t off_in, struct fuse_file_info *fi_in, fuse_ino_t nodeid_out, off_t off_out, struct fuse_file_info *fi_out, size_t len, int flags) fuse_lib_copy_file_range() argument
|