/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
H A D | 0002-tests-Replace-off64_t-with-off_t.patch | 39 int rc = sync_file_range(fd, offset, nbytes, flags); 40 --- a/tests/sync_file_range.c 41 +++ b/tests/sync_file_range.c 52 int rc = sync_file_range(fd, offset, nbytes, flags);
|
/openbmc/linux/fs/ |
H A D | sync.c | 228 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range() function 364 ret = sync_file_range(f.file, offset, nbytes, flags); in ksys_sync_file_range() 370 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument 377 COMPAT_SYSCALL_DEFINE6(sync_file_range, int, fd, compat_arg_u64_dual(offset), in COMPAT_SYSCALL_DEFINE6() argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-wiredtiger-Avoid-using-off64_t.patch | 23 - WT_SYSCALL(sync_file_range(pfh->fd, (off64_t)0, (off64_t)0, SYNC_FILE_RANGE_WRITE), ret); 24 + WT_SYSCALL(sync_file_range(pfh->fd, 0, 0, SYNC_FILE_RANGE_WRITE), ret);
|
H A D | 0004-wiredtiger-Disable-strtouq-on-musl.patch | 24 /* Define to 1 if you have the `sync_file_range' function. */
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | Build | 19 perf-y += sync_file_range.o
|
/openbmc/linux/scripts/ |
H A D | checksyscalls.sh | 243 /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | errseq.rst | 23 ``sync_file_range`` )的错误,但它也可以用于其他情况。
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0024-qemu-stale-process.patch | 23 tst-sync_file_range \
|
/openbmc/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()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 34 io/sync_file_range.c | 2 +- 579 diff --git a/io/sync_file_range.c b/io/sync_file_range.c 581 --- a/io/sync_file_range.c 582 +++ b/io/sync_file_range.c
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-compat-Define-off64_t-as-off_t-on-linux.patch | 42 return sync_file_range(fd, offset, nbytes, flags);
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 306 [ 305] = 7, /* sync_file_range */
|
/openbmc/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
|
/openbmc/qemu/linux-user/hppa/ |
H A D | syscall.tbl | 330 292 32 sync_file_range parisc_sync_file_range 331 292 64 sync_file_range sys_sync_file_range
|
/openbmc/linux/arch/parisc/kernel/syscalls/ |
H A D | syscall.tbl | 330 292 32 sync_file_range parisc_sync_file_range 331 292 64 sync_file_range sys_sync_file_range
|
/openbmc/linux/Documentation/core-api/ |
H A D | errseq.rst | 10 synchronization syscalls (fsync, fdatasync, msync and sync_file_range),
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n32.tbl | 279 268 n32 sync_file_range sys_sync_file_range
|
H A D | syscall_n64.tbl | 275 264 n64 sync_file_range sys_sync_file_range
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 275 264 n64 sync_file_range sys_sync_file_range
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 275 264 n64 sync_file_range sys_sync_file_range
|
H A D | syscall_n32.tbl | 279 268 n32 sync_file_range sys_sync_file_range
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 288 276 common sync_file_range sys_sync_file_range
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 288 277 common sync_file_range sys_sync_file_range
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 288 277 common sync_file_range sys_sync_file_range
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 288 277 common sync_file_range sys_sync_file_range
|