Home
last modified time | relevance | path

Searched defs:copy_file_range (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Dcopy_file_range.rs12 pub fn copy_file_range<InFd: AsFd, OutFd: AsFd>( in copy_file_range() function
Dmod.rs8 mod copy_file_range; module
/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() function
/third_party/libfuse/include/
Dfuse.h818 ssize_t (*copy_file_range) (const char *path_in, member
Dfuse_lowlevel.h1257 void (*copy_file_range) (fuse_req_t req, fuse_ino_t ino_in, member
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs1329 pub(crate) fn copy_file_range( in copy_file_range() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs777 pub(crate) fn copy_file_range( in copy_file_range() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1209 pub fn copy_file_range( in copy_file_range() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3957 pub fn copy_file_range( in copy_file_range() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h333 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, loff_t, size_t, unsigned int); member