/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 19 io/copy_file_range.c | 4 ++-- 94 diff --git a/io/copy_file_range.c b/io/copy_file_range.c 96 --- a/io/copy_file_range.c 97 +++ b/io/copy_file_range.c
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 1544 .copy_file_range = cifs_copy_file_range, 1564 .copy_file_range = cifs_copy_file_range, 1583 .copy_file_range = cifs_copy_file_range, 1602 .copy_file_range = cifs_copy_file_range, 1620 .copy_file_range = cifs_copy_file_range, 1637 .copy_file_range = cifs_copy_file_range, 1649 .copy_file_range = cifs_copy_file_range,
|
/openbmc/linux/fs/ |
H A D | read_write.c | 1430 } else if (file_out->f_op->copy_file_range) { in generic_copy_file_checks() 1431 if (file_in->f_op->copy_file_range != in generic_copy_file_checks() 1432 file_out->f_op->copy_file_range) in generic_copy_file_checks() 1508 if (!splice && file_out->f_op->copy_file_range) { in vfs_copy_file_range() 1509 ret = file_out->f_op->copy_file_range(file_in, pos_in, in vfs_copy_file_range() 1558 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 361 [ 360] = 6, /* copy_file_range */
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 260 COND_SYSCALL(copy_file_range);
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4file.c | 462 .copy_file_range = nfs4_copy_file_range,
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | stream_open.cocci | 157 .copy_file_range = copy_file_range_f,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 547 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, 598 ->copy_file_range and ->remap_file_range implementations need to serialize 692 or ->copy_file_range, and then return with the page locked. Usually
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 331 320 n64 copy_file_range sys_copy_file_range
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 331 320 n64 copy_file_range sys_copy_file_range
|
H A D | syscall_n32.tbl | 335 324 n32 copy_file_range sys_copy_file_range
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 335 323 common copy_file_range sys_copy_file_range
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch | 22 @@ -762,8 +762,8 @@ safe_syscall6(ssize_t, copy_file_range, int, infd, loff_t *, pinoff,
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 331 320 n64 copy_file_range sys_copy_file_range
|
H A D | syscall_n32.tbl | 335 324 n32 copy_file_range sys_copy_file_range
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 337 326 common copy_file_range sys_copy_file_range
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 337 326 common copy_file_range sys_copy_file_range
|
/openbmc/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 368 345 common copy_file_range sys_copy_file_range
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 368 345 common copy_file_range sys_copy_file_range
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 335 285 common copy_file_range sys_copy_file_range
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 335 285 common copy_file_range sys_copy_file_range
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 338 326 common copy_file_range sys_copy_file_range
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 737 .copy_file_range = ovl_copy_file_range,
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 335 285 common copy_file_range sys_copy_file_range
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 335 285 common copy_file_range sys_copy_file_range
|