Searched refs:sync_file_range (Results 1 – 16 of 16) sorted by relevance
/linux/fs/ |
H A D | sync.c | 225 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range() function 360 return sync_file_range(fd_file(f), offset, nbytes, flags); in ksys_sync_file_range() 363 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument 370 COMPAT_SYSCALL_DEFINE6(sync_file_range, int, fd, compat_arg_u64_dual(offset), in COMPAT_SYSCALL_DEFINE6() argument
|
/linux/tools/perf/trace/beauty/ |
H A D | Build | 20 perf-y += sync_file_range.o
|
/linux/scripts/ |
H A D | checksyscalls.sh | 243 /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
|
H A D | syscall.tbl | 108 84 common sync_file_range sys_sync_file_range compat_sys_sync_file_range
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | errseq.rst | 23 ``sync_file_range`` )的错误,但它也可以用于其他情况。
|
/linux/io_uring/ |
H A D | sync.c | 48 ret = sync_file_range(req->file, sync->off, sync->len, sync->flags); in io_sync_file_range()
|
/linux/arch/sparc/kernel/ |
H A D | sys_sparc32.c | 223 COMPAT_SYSCALL_DEFINE6(sync_file_range, unsigned int, fd, u32, off_high, u32, off_low, in COMPAT_SYSCALL_DEFINE6() argument
|
/linux/Documentation/core-api/ |
H A D | errseq.rst | 10 synchronization syscalls (fsync, fdatasync, msync and sync_file_range),
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 275 264 n64 sync_file_range sys_sync_file_range
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 289 277 common sync_file_range sys_sync_file_range
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 289 277 common sync_file_range sys_sync_file_range
|
H A D | syscall_32.tbl | 329 314 i386 sync_file_range sys_ia32_sync_file_range
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 317 307 common sync_file_range sys_sync_file_range compat_sys_s390_sync_file_range
|
/linux/tools/perf/ |
H A D | Makefile.perf | 711 sync_file_range_tbls := $(srctree)/tools/perf/trace/beauty/sync_file_range.sh
|
/linux/include/linux/ |
H A D | fs.h | 2953 extern int sync_file_range(struct file *file, loff_t offset, loff_t nbytes,
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 764 synchronization call (fsync, fdatasync, msync or sync_file_range) to
|