Home
last modified time | relevance | path

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

12

/linux-6.12.1/fs/smb/client/
Dcifsfs.c1497 .copy_file_range = cifs_copy_file_range,
1517 .copy_file_range = cifs_copy_file_range,
1536 .copy_file_range = cifs_copy_file_range,
1555 .copy_file_range = cifs_copy_file_range,
1573 .copy_file_range = cifs_copy_file_range,
1590 .copy_file_range = cifs_copy_file_range,
1602 .copy_file_range = cifs_copy_file_range,
/linux-6.12.1/fs/
Dread_write.c1531 } else if (file_out->f_op->copy_file_range) { in generic_copy_file_checks()
1532 if (file_in->f_op->copy_file_range != in generic_copy_file_checks()
1533 file_out->f_op->copy_file_range) in generic_copy_file_checks()
1610 if (!splice && file_out->f_op->copy_file_range) { in vfs_copy_file_range()
1611 ret = file_out->f_op->copy_file_range(file_in, pos_in, in vfs_copy_file_range()
1668 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
/linux-6.12.1/kernel/
Dsys_ni.c263 COND_SYSCALL(copy_file_range);
/linux-6.12.1/scripts/coccinelle/api/
Dstream_open.cocci156 .copy_file_range = copy_file_range_f,
/linux-6.12.1/fs/nfs/
Dnfs4file.c463 .copy_file_range = nfs4_copy_file_range,
/linux-6.12.1/fs/overlayfs/
Dfile.c617 .copy_file_range = ovl_copy_file_range,
/linux-6.12.1/Documentation/filesystems/
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
Dceph.rst194 copies. Currently, it's only used in copy_file_range, which will revert
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
/linux-6.12.1/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
Dsyscall_n32.tbl335 324 n32 copy_file_range sys_copy_file_range
/linux-6.12.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl338 326 common copy_file_range sys_copy_file_range
Dsyscall_32.tbl392 377 i386 copy_file_range sys_copy_file_range
/linux-6.12.1/arch/arm64/tools/
Dsyscall_64.tbl335 285 common copy_file_range sys_copy_file_range
Dsyscall_32.tbl406 391 common copy_file_range sys_copy_file_range
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl338 326 common copy_file_range sys_copy_file_range
Dsyscall_32.tbl392 377 i386 copy_file_range sys_copy_file_range
/linux-6.12.1/scripts/
Dsyscall.tbl335 285 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/xtensa/kernel/syscalls/
Dsyscall.tbl368 345 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/parisc/kernel/syscalls/
Dsyscall.tbl392 346 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/microblaze/kernel/syscalls/
Dsyscall.tbl402 392 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/m68k/kernel/syscalls/
Dsyscall.tbl386 376 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/sh/kernel/syscalls/
Dsyscall.tbl390 380 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/sparc/kernel/syscalls/
Dsyscall.tbl430 357 common copy_file_range sys_copy_file_range
/linux-6.12.1/arch/arm/tools/
Dsyscall.tbl409 391 common copy_file_range sys_copy_file_range

12