Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/
H A D0002-tests-Replace-off64_t-with-off_t.patch39 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 Dsync.c228 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 D0001-wiredtiger-Avoid-using-off64_t.patch23 - 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 D0004-wiredtiger-Disable-strtouq-on-musl.patch24 /* Define to 1 if you have the `sync_file_range' function. */
/openbmc/linux/tools/perf/trace/beauty/
H A DBuild19 perf-y += sync_file_range.o
/openbmc/linux/scripts/
H A Dchecksyscalls.sh243 /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Derrseq.rst23 ``sync_file_range`` )的错误,但它也可以用于其他情况。
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0024-qemu-stale-process.patch23 tst-sync_file_range \
/openbmc/linux/io_uring/
H A Dsync.c48 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 D0005-Replace-off64_t-stat64-with-off_t-stat.patch34 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 D0001-compat-Define-off64_t-as-off_t-on-linux.patch42 return sync_file_range(fd, offset, nbytes, flags);
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc306 [ 305] = 7, /* sync_file_range */
/openbmc/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
/openbmc/qemu/linux-user/hppa/
H A Dsyscall.tbl330 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 Dsyscall.tbl330 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 Derrseq.rst10 synchronization syscalls (fsync, fdatasync, msync and sync_file_range),
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl279 268 n32 sync_file_range sys_sync_file_range
H A Dsyscall_n64.tbl275 264 n64 sync_file_range sys_sync_file_range
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl275 264 n64 sync_file_range sys_sync_file_range
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl275 264 n64 sync_file_range sys_sync_file_range
H A Dsyscall_n32.tbl279 268 n32 sync_file_range sys_sync_file_range
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl288 276 common sync_file_range sys_sync_file_range
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl288 277 common sync_file_range sys_sync_file_range
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl288 277 common sync_file_range sys_sync_file_range
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl288 277 common sync_file_range sys_sync_file_range

123