Searched refs:fdatasync (Results 1 – 25 of 60) sorted by relevance
123
/external/libchrome/base/test/ |
D | test_file_util_linux.cc | 21 if (fdatasync(fd.get()) != 0) in EvictFileFromSystemCache()
|
/external/toybox/toys/other/ |
D | fsync.c | 25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
|
/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()
|
/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/sqlite/dist/ |
D | Android.mk | 35 -Dfdatasync=fdatasync \
|
/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/autotest/client/cros/faft/utils/ |
D | os_interface.py | 235 os.fdatasync(log_f)
|
/external/bison/m4/ |
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
/external/strace/linux/32/ |
D | syscallent.h | 87 [ 83] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/strace/linux/64/ |
D | syscallent.h | 84 [ 83] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/libchrome/base/files/ |
D | file_posix.cc | 524 return !HANDLE_EINTR(fdatasync(file_.get())); in DoFlush()
|
/external/strace/linux/s390x/ |
D | syscallent.h | 171 [148] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 157 [129] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 76 [6073] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
D | syscallent-n64.h | 76 [5073] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 23 [ 27] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 76 [ 75] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 71 [1052] = { 1, TD, SEN(fdatasync), "fdatasync" },
|
123