Home
last modified time | relevance | path

Searched refs:sync_file_range (Results 1 – 16 of 16) sorted by relevance

/linux/fs/
H A Dsync.c225 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 DBuild20 perf-y += sync_file_range.o
/linux/scripts/
H A Dchecksyscalls.sh243 /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
H A Dsyscall.tbl108 84 common sync_file_range sys_sync_file_range compat_sys_sync_file_range
/linux/Documentation/translations/zh_CN/core-api/
H A Derrseq.rst23 ``sync_file_range`` )的错误,但它也可以用于其他情况。
/linux/io_uring/
H A Dsync.c48 ret = sync_file_range(req->file, sync->off, sync->len, sync->flags); in io_sync_file_range()
/linux/arch/sparc/kernel/
H A Dsys_sparc32.c223 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 Derrseq.rst10 synchronization syscalls (fsync, fdatasync, msync and sync_file_range),
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl275 264 n64 sync_file_range sys_sync_file_range
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl289 277 common sync_file_range sys_sync_file_range
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl289 277 common sync_file_range sys_sync_file_range
H A Dsyscall_32.tbl329 314 i386 sync_file_range sys_ia32_sync_file_range
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl317 307 common sync_file_range sys_sync_file_range compat_sys_s390_sync_file_range
/linux/tools/perf/
H A DMakefile.perf711 sync_file_range_tbls := $(srctree)/tools/perf/trace/beauty/sync_file_range.sh
/linux/include/linux/
H A Dfs.h2953 extern int sync_file_range(struct file *file, loff_t offset, loff_t nbytes,
/linux/Documentation/filesystems/
H A Dvfs.rst764 synchronization call (fsync, fdatasync, msync or sync_file_range) to