Searched refs:copy_file_range (Results 1 – 25 of 32) sorted by relevance
12
/kernel/linux/build/test/kernel_ltp/syscalls/copy_file_range/ |
D | BUILD.gn | 19 sources = [ "//third_party/ltp/testcases/kernel/syscalls/copy_file_range/copy_file_range01.c" ] 24 sources = [ "//third_party/ltp/testcases/kernel/syscalls/copy_file_range/copy_file_range02.c" ] 29 sources = [ "//third_party/ltp/testcases/kernel/syscalls/copy_file_range/copy_file_range03.c" ]
|
/kernel/linux/build/test/kernel_ltp/syscalls/ |
D | BUILD.gn | 113 "copy_file_range:copy_file_range01", 114 "copy_file_range:copy_file_range02", 115 "copy_file_range:copy_file_range03",
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsfs.c | 1260 .copy_file_range = cifs_copy_file_range, 1280 .copy_file_range = cifs_copy_file_range, 1299 .copy_file_range = cifs_copy_file_range, 1318 .copy_file_range = cifs_copy_file_range, 1336 .copy_file_range = cifs_copy_file_range, 1353 .copy_file_range = cifs_copy_file_range, 1365 .copy_file_range = cifs_copy_file_range,
|
/kernel/linux/linux-5.10/fs/ |
D | read_write.c | 1419 } else if (file_out->f_op->copy_file_range) { in generic_copy_file_checks() 1420 if (file_in->f_op->copy_file_range != in generic_copy_file_checks() 1421 file_out->f_op->copy_file_range) in generic_copy_file_checks() 1497 if (!splice && file_out->f_op->copy_file_range) { in vfs_copy_file_range() 1498 ret = file_out->f_op->copy_file_range(file_in, pos_in, in vfs_copy_file_range() 1547 SYSCALL_DEFINE6(copy_file_range, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
/kernel/linux/linux-5.10/kernel/ |
D | sys_ni.c | 347 COND_SYSCALL(copy_file_range);
|
/kernel/linux/linux-5.10/scripts/coccinelle/api/ |
D | stream_open.cocci | 157 .copy_file_range = copy_file_range_f,
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs4file.c | 463 .copy_file_range = nfs4_copy_file_range,
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 331 320 n64 copy_file_range sys_copy_file_range
|
D | syscall_n32.tbl | 335 324 n32 copy_file_range sys_copy_file_range
|
D | syscall_o32.tbl | 374 360 o32 copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ceph.rst | 162 copies. Currently, it's only used in copy_file_range, which will revert
|
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 335 323 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 337 326 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 337 326 common copy_file_range sys_copy_file_range
|
D | syscall_32.tbl | 391 377 i386 copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | file.c | 781 .copy_file_range = ovl_copy_file_range,
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 368 345 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 392 346 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 402 392 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 390 380 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 385 375 common copy_file_range sys_copy_file_range compat_sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 386 376 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/arm/tools/ |
D | syscall.tbl | 408 391 common copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 385 375 common copy_file_range sys_copy_file_range sys_copy_file_range
|
/kernel/linux/linux-5.10/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 430 357 common copy_file_range sys_copy_file_range
|
12