Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dread_write.c1558 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
/openbmc/qemu/block/
H A Dfile-posix.c2006 static off_t copy_file_range(int in_fd, off_t *in_off, int out_fd, in copy_file_range() function
/openbmc/linux/include/linux/
H A Dfs.h1948 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, member