Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.c1609 .copy_file_range = cifs_copy_file_range,
1629 .copy_file_range = cifs_copy_file_range,
1648 .copy_file_range = cifs_copy_file_range,
1667 .copy_file_range = cifs_copy_file_range,
1685 .copy_file_range = cifs_copy_file_range,
1702 .copy_file_range = cifs_copy_file_range,
1714 .copy_file_range = cifs_copy_file_range,
/linux/kernel/
H A Dsys_ni.c263 COND_SYSCALL(copy_file_range);
/linux/fs/nfs/
H A Dnfs4file.c451 .copy_file_range = nfs4_copy_file_range,
/linux/scripts/coccinelle/api/
H A Dstream_open.cocci156 .copy_file_range = copy_file_range_f,
/linux/Documentation/filesystems/
H A Dlocking.rst498 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *,
549 ->copy_file_range and ->remap_file_range implementations need to serialize
643 or ->copy_file_range, and then return with the page locked. Usually
/linux/usr/
H A Dgen_init_cpio.c460 this_read = copy_file_range(file, NULL, outfd, NULL, size, 0); in cpio_mkfile()
/linux/fs/overlayfs/
H A Dfile.c649 .copy_file_range = ovl_copy_file_range,
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl331 320 n64 copy_file_range sys_copy_file_range
/linux/scripts/
H A Dsyscall.tbl335 285 common copy_file_range sys_copy_file_range
/linux/tools/scripts/
H A Dsyscall.tbl335 285 common copy_file_range sys_copy_file_range
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl329 375 common copy_file_range sys_copy_file_range
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl390 380 common copy_file_range sys_copy_file_range
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl368 345 common copy_file_range sys_copy_file_range
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl338 326 common copy_file_range sys_copy_file_range
H A Dsyscall_32.tbl392 377 i386 copy_file_range sys_copy_file_range
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl430 357 common copy_file_range sys_copy_file_range
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl409 391 common copy_file_range sys_copy_file_range
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl474 379 nospu copy_file_range sys_copy_file_range
/linux/include/linux/
H A Dfs.h1960 ssize_t (*copy_file_range)(struct file *, loff_t, struct file *, member
/linux/fs/fuse/
H A Dfile.c3179 .copy_file_range = fuse_copy_file_range,
/linux/fs/ceph/
H A Dfile.c3193 .copy_file_range = ceph_copy_file_range,