Home
last modified time | relevance | path

Searched defs:off_out (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
Dinvalid_offset.rs167 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/
Dfcntl.rs578 let off_out = off_out localVariable
608 let off_out = off_out localVariable
/third_party/ltp/include/lapi/
Dsplice.h15 loff_t *off_out, size_t len, unsigned int flags) in splice()
/third_party/musl/src/linux/
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()
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()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range.h44 int fd_out, loff_t *off_out, size_t len, unsigned int flags) 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.c276 off_t* off_out, in uv__fs_copy_file_range()
Dlinux.c403 off_t* off_out, in uv__fs_copy_file_range()
/third_party/node/deps/uv/src/unix/
Dfreebsd.c295 off_t* off_out, in uv__fs_copy_file_range()
Dlinux-syscalls.c227 off_t* off_out, in uv__fs_copy_file_range()
/third_party/rust/crates/rustix/src/backend/libc/io/
Dsyscalls.rs524 let off_out = off_out in splice() localVariable
/third_party/libfuse/example/
Dpassthrough_fh.c580 off_t off_out, size_t len, int flags) in xmp_copy_file_range()
Dpassthrough_ll.c1105 fuse_ino_t ino_out, off_t off_out, in lo_copy_file_range()
/third_party/libfuse/include/
Dfuse_kernel.h1009 uint64_t off_out; member
/third_party/libfuse/lib/
Dfuse.c2318 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()