Home
last modified time | relevance | path

Searched defs:off_out (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/include/lapi/
H A Dsplice.h14 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 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.rs167 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 Dcopy_file_range.h43 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 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 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 Dfuse_kernel.h1009 uint64_t off_out; member
/third_party/libfuse/lib/
H A Dfuse.c2315 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

Completed in 18 milliseconds