Home
last modified time | relevance | path

Searched refs:copy_file_range (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/fs/smb/client/
H A Dcifsfs.c1532 .copy_file_range = cifs_copy_file_range,
1552 .copy_file_range = cifs_copy_file_range,
1571 .copy_file_range = cifs_copy_file_range,
1590 .copy_file_range = cifs_copy_file_range,
1608 .copy_file_range = cifs_copy_file_range,
1625 .copy_file_range = cifs_copy_file_range,
1637 .copy_file_range = cifs_copy_file_range,
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch19 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/
H A Dread_write.c1430 } 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 Dsyscall-args-o32.c.inc361 [ 360] = 6, /* copy_file_range */
/openbmc/linux/kernel/
H A Dsys_ni.c260 COND_SYSCALL(copy_file_range);
/openbmc/linux/scripts/coccinelle/api/
H A Dstream_open.cocci157 .copy_file_range = copy_file_range_f,
/openbmc/linux/fs/nfs/
H A Dnfs4file.c462 .copy_file_range = nfs4_copy_file_range,
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch23 @@ -761,8 +761,8 @@ safe_syscall6(ssize_t, copy_file_range,
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl335 324 n32 copy_file_range sys_copy_file_range
H A Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
H A Dsyscall_n32.tbl335 324 n32 copy_file_range sys_copy_file_range
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl335 323 common copy_file_range sys_copy_file_range
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst547 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/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl337 326 common copy_file_range sys_copy_file_range
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl368 345 common copy_file_range sys_copy_file_range
/openbmc/linux/fs/overlayfs/
H A Dfile.c737 .copy_file_range = ovl_copy_file_range,
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl337 326 common copy_file_range sys_copy_file_range
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl368 345 common copy_file_range sys_copy_file_range
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl337 326 common copy_file_range sys_copy_file_range
/openbmc/qemu/linux-user/sh4/
H A Dsyscall.tbl390 380 common copy_file_range sys_copy_file_range
/openbmc/qemu/linux-user/microblaze/
H A Dsyscall.tbl402 392 common copy_file_range sys_copy_file_range
/openbmc/qemu/linux-user/arm/
H A Dsyscall.tbl408 391 common copy_file_range sys_copy_file_range
/openbmc/qemu/linux-user/m68k/
H A Dsyscall.tbl386 376 common copy_file_range sys_copy_file_range

123