Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/cifs/
A Dcifsfs.c1366 .copy_file_range = cifs_copy_file_range,
1386 .copy_file_range = cifs_copy_file_range,
1405 .copy_file_range = cifs_copy_file_range,
1424 .copy_file_range = cifs_copy_file_range,
1442 .copy_file_range = cifs_copy_file_range,
1459 .copy_file_range = cifs_copy_file_range,
1471 .copy_file_range = cifs_copy_file_range,
/linux-6.3-rc2/fs/
A Dread_write.c1431 } else if (file_out->f_op->copy_file_range) { in generic_copy_file_checks()
1432 if (file_in->f_op->copy_file_range != in generic_copy_file_checks()
1433 file_out->f_op->copy_file_range) in generic_copy_file_checks()
1509 if (!splice && file_out->f_op->copy_file_range) { in vfs_copy_file_range()
1510 ret = file_out->f_op->copy_file_range(file_in, pos_in, in vfs_copy_file_range()
1559 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
/linux-6.3-rc2/kernel/
A Dsys_ni.c353 COND_SYSCALL(copy_file_range);
/linux-6.3-rc2/fs/nfs/
A Dnfs4file.c462 .copy_file_range = nfs4_copy_file_range,
/linux-6.3-rc2/scripts/coccinelle/api/
A Dstream_open.cocci157 .copy_file_range = copy_file_range_f,
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst538 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *,
590 ->copy_file_range and ->remap_file_range implementations need to serialize
674 or ->copy_file_range, and then return with the page locked. Usually
A Dceph.rst181 copies. Currently, it's only used in copy_file_range, which will revert
/linux-6.3-rc2/arch/ia64/kernel/syscalls/
A Dsyscall.tbl335 323 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
A Dsyscall_n32.tbl335 324 n32 copy_file_range sys_copy_file_range
A Dsyscall_o32.tbl374 360 o32 copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl337 326 common copy_file_range sys_copy_file_range
A Dsyscall_32.tbl391 377 i386 copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl368 345 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl337 326 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/fs/overlayfs/
A Dfile.c701 .copy_file_range = ovl_copy_file_range,
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl390 380 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl408 391 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl402 392 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl386 376 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl392 346 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/sparc/kernel/syscalls/
A Dsyscall.tbl430 357 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/alpha/kernel/syscalls/
A Dsyscall.tbl450 519 common copy_file_range sys_copy_file_range
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl470 379 nospu copy_file_range sys_copy_file_range

Completed in 24 milliseconds

12