Searched refs:copy_file_range (Results 1 – 25 of 32) sorted by relevance
12
/linux/fs/cifs/ |
A D | cifsfs.c | 1279 .copy_file_range = cifs_copy_file_range, 1299 .copy_file_range = cifs_copy_file_range, 1318 .copy_file_range = cifs_copy_file_range, 1337 .copy_file_range = cifs_copy_file_range, 1355 .copy_file_range = cifs_copy_file_range, 1372 .copy_file_range = cifs_copy_file_range, 1384 .copy_file_range = cifs_copy_file_range,
|
/linux/fs/ |
A D | read_write.c | 1395 if (file_out->f_op->copy_file_range && in do_copy_file_range() 1396 file_out->f_op->copy_file_range == file_in->f_op->copy_file_range) in do_copy_file_range() 1397 return file_out->f_op->copy_file_range(file_in, pos_in, in do_copy_file_range() 1528 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/linux/kernel/ |
A D | sys_ni.c | 351 COND_SYSCALL(copy_file_range);
|
/linux/fs/nfs/ |
A D | nfs4file.c | 457 .copy_file_range = nfs4_copy_file_range,
|
/linux/scripts/coccinelle/api/ |
A D | stream_open.cocci | 157 .copy_file_range = copy_file_range_f,
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 539 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, 591 ->copy_file_range and ->remap_file_range implementations need to serialize 675 or ->copy_file_range, and then return with the page locked. Usually
|
A D | ceph.rst | 162 copies. Currently, it's only used in copy_file_range, which will revert
|
/linux/arch/mips/kernel/syscalls/ |
A D | syscall_n64.tbl | 331 320 n64 copy_file_range sys_copy_file_range
|
A D | syscall_n32.tbl | 335 324 n32 copy_file_range sys_copy_file_range
|
A D | syscall_o32.tbl | 374 360 o32 copy_file_range sys_copy_file_range
|
/linux/arch/ia64/kernel/syscalls/ |
A D | syscall.tbl | 335 323 common copy_file_range sys_copy_file_range
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
A D | syscall_n64.tbl | 331 320 n64 copy_file_range sys_copy_file_range
|
/linux/arch/xtensa/kernel/syscalls/ |
A D | syscall.tbl | 368 345 common copy_file_range sys_copy_file_range
|
/linux/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 337 326 common copy_file_range sys_copy_file_range
|
A D | syscall_32.tbl | 391 377 i386 copy_file_range sys_copy_file_range
|
/linux/fs/overlayfs/ |
A D | file.c | 678 .copy_file_range = ovl_copy_file_range,
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 337 326 common copy_file_range sys_copy_file_range
|
/linux/arch/sh/kernel/syscalls/ |
A D | syscall.tbl | 390 380 common copy_file_range sys_copy_file_range
|
/linux/arch/m68k/kernel/syscalls/ |
A D | syscall.tbl | 386 376 common copy_file_range sys_copy_file_range
|
/linux/arch/arm/tools/ |
A D | syscall.tbl | 408 391 common copy_file_range sys_copy_file_range
|
/linux/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 392 346 common copy_file_range sys_copy_file_range
|
/linux/arch/microblaze/kernel/syscalls/ |
A D | syscall.tbl | 402 392 common copy_file_range sys_copy_file_range
|
/linux/arch/sparc/kernel/syscalls/ |
A D | syscall.tbl | 430 357 common copy_file_range sys_copy_file_range
|
/linux/arch/alpha/kernel/syscalls/ |
A D | syscall.tbl | 450 519 common copy_file_range sys_copy_file_range
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
A D | syscall.tbl | 463 379 nospu copy_file_range sys_copy_file_range
|
Completed in 79 milliseconds
12