Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 85) sorted by relevance

1234

/external/f2fs-tools/scripts/
Dspo_test.sh27 echo Start checking F2FS without fsync
34 echo Start checking F2FS with fsync
56 …ymlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 …
/external/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
Dmkswap.c41 fsync(fd);
/external/e2fsprogs/lib/ext2fs/
Dflushb.c60 if (fsync (fd) == -1) in ext2fs_sync_device()
/external/autotest/client/tests/synctest/
Dcontrol9 Child process creates enough dirty data and issues fsync.
/external/autotest/client/tests/cgroup/
Dcgroup_client.py48 os.fsync(f)
/external/bison/lib/
Dunistd.in.h553 _GL_FUNCDECL_SYS (fsync, int, (int fd));
555 _GL_CXXALIAS_SYS (fsync, int, (int fd));
556 _GL_CXXALIASWARN (fsync);
558 # undef fsync
560 _GL_WARN_ON_USE (fsync, "fsync is unportable - "
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer_unittest.cc108 fsync(err_fd); in TEST()
/external/autotest/client/tests/synctest/src/
Dsynctest.c113 fsync(fd); in main()
/external/f2fs-tools/lib/
Dlibf2fs_io.c114 if (fsync(c->fd) < 0) in f2fs_finalize_device()
/external/bison/linux-lib/
Dunistd.h865 _GL_FUNCDECL_SYS (fsync, int, (int fd));
867 _GL_CXXALIAS_SYS (fsync, int, (int fd));
868 _GL_CXXALIASWARN (fsync);
870 # undef fsync
872 _GL_WARN_ON_USE (fsync, "fsync is unportable - "
/external/bison/darwin-lib/
Dunistd.h865 _GL_FUNCDECL_SYS (fsync, int, (int fd));
867 _GL_CXXALIAS_SYS (fsync, int, (int fd));
868 _GL_CXXALIASWARN (fsync);
870 # undef fsync
872 _GL_WARN_ON_USE (fsync, "fsync is unportable - "
/external/toybox/toys/pending/
Duserdel.c82 fsync(fileno(newfp)); in update_groupfiles()
/external/pdfium/core/src/fxcrt/
Dfxcrt_posix.cpp122 return fsync(m_nFD) > -1; in Flush()
/external/libpcap/lbl/
Dos-sunos4.h82 int fsync(int);
/external/tcpdump/lbl/
Dos-sunos4.h82 int fsync(int);
/external/skia/src/ports/
DSkOSFile_stdio.cpp150 fsync(fd); in sk_fsync()
/external/f2fs-tools/tools/
Dfibmap.c112 fsync(fd); in main()
/external/fio/os/
Dos-windows.h102 int fsync(int fildes);
/external/toybox/lib/
Dpassword.c188 fsync(fileno(newfp)); in update_password()
/external/fio/engines/
Dsolarisaio.c121 if (fsync(f->fd) < 0) in fio_solarisaio_queue()
/external/dbus/dbus/
Ddbus-file-unix.c265 if (fsync(fd)) in _dbus_string_save_to_file()
/external/ltrace/etc/
Dsyscalls.conf52 int fsync(int);
/external/gptfdisk/
Ddiskio-unix.cc252 fsync(fd); in DiskSync()
/external/zlib/src/examples/
Dgzlog.c450 fsync(log->fd); in log_mark()
453 fsync(log->fd); in log_mark()

1234