Home
last modified time | relevance | path

Searched defs:off_in (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
Dinvalid_offset.rs166 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/
Dfcntl.rs575 let off_in = off_in localVariable
605 let off_in = off_in localVariable
/third_party/musl/src/linux/
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()
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 … in copy_file_range()
/third_party/ltp/include/lapi/
Dsplice.h14 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/
Dcopy_file_range.h43 static int sys_copy_file_range(int fd_in, loff_t *off_in, in sys_copy_file_range()
Dcopy_file_range01.c100 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/
Dfreebsd.c293 off_t* off_in, in uv__fs_copy_file_range()
Dlinux-syscalls.c225 off_t* off_in, in uv__fs_copy_file_range()
/third_party/rust/crates/rustix/src/backend/libc/io/
Dsyscalls.rs520 let off_in = off_in in splice() localVariable
/third_party/libfuse/example/
Dpassthrough_fh.c582 off_t off_in, const char *path_out, in xmp_copy_file_range()
Dpassthrough_ll.c1088 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/
Dfuse_kernel.h840 uint64_t off_in; member
/third_party/libfuse/lib/
Dfuse.c2365 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/
Dvmlinux.h44932 loff_t off_in; member