Searched refs:fdatasync (Results 1 – 24 of 24) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
D | strip_boot_from_image.sh | 36 ( sudo dd if=/dev/zero of="${rootfs}/filler" bs=4096 conv=fdatasync \
|
/external/fio/ |
D | configure | 756 fdatasync="no" 762 return fdatasync(0); 766 fdatasync="yes" 768 echo "fdatasync $fdatasync" 1448 if test "$fdatasync" = "yes" ; then
|
D | ioengines.c | 554 ret = fdatasync(io_u->file->fd); in do_io_u_sync()
|
D | HOWTO | 850 fdatasync=int Like fsync= but uses fdatasync() to only sync data and not 852 In FreeBSD and Windows there is no fdatasync(), this falls back to 1985 datasync fdatasync() the file
|
/external/sqlite/dist/ |
D | Android.mk | 35 -Dfdatasync=fdatasync \
|
D | sqlite3.c | 28865 #if !defined(fdatasync) && !HAVE_FDATASYNC 28866 # define fdatasync fsync 28959 rc = fdatasync(fd);
|
/external/bison/lib/ |
D | unistd.in.h | 534 _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); 536 _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); 537 _GL_CXXALIASWARN (fdatasync); 539 # undef fdatasync 541 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
|
/external/bison/linux-lib/ |
D | unistd.h | 846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); 848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); 849 _GL_CXXALIASWARN (fdatasync); 851 # undef fdatasync 853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
|
/external/bison/darwin-lib/ |
D | unistd.h | 846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); 848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); 849 _GL_CXXALIASWARN (fdatasync); 851 # undef fdatasync 853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
|
/external/fio/os/ |
D | os-mac.h | 169 extern int fdatasync(int fd);
|
D | os-windows.h | 105 int fdatasync(int fildes);
|
/external/fio/engines/ |
D | solarisaio.c | 130 if (fdatasync(f->fd) < 0) in fio_solarisaio_queue()
|
/external/ltrace/etc/ |
D | syscalls.conf | 51 int fdatasync(int);
|
/external/bison/m4/ |
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
/external/fio/os/windows/ |
D | posix.c | 681 int fdatasync(int fildes) in fdatasync() function
|
/external/e2fsprogs/lib/ |
D | config.h.in | 115 /* Define to 1 if you have the `fdatasync' function. */
|
/external/e2fsprogs/ |
D | configure.in | 1031 fdatasync
|
D | configure | 11044 …ace blkid_probe_get_topology chflags fallocate fallocate64 fchown fdatasync fstat64 ftrunc…
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 768 PRE_SYSCALL(fdatasync)(long fd) {} 770 POST_SYSCALL(fdatasync)(long res, long fd) {}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1676 fun:fdatasync=uninstrumented
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1766 Syscall param fdatasync(fd) contains uninitialised byte(s)
|
/external/strace/ |
D | ChangeLog-CVS | 4717 + add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 28847 #if !defined(fdatasync) && !HAVE_FDATASYNC 28848 # define fdatasync fsync 28941 rc = fdatasync(fd);
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 955 PUBLIC d4780 0 fdatasync
|