Home
last modified time | relevance | path

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

12

/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/e2fsprogs/lib/ext2fs/
Dflushb.c60 if (fsync (fd) == -1) in ext2fs_sync_device()
/external/toybox/toys/other/
Dmkswap.c33 fsync(fd); in mkswap_main()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer_unittest.cc108 fsync(err_fd); in TEST()
/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/f2fs-tools/lib/
Dlibf2fs_io.c114 if (fsync(c->fd) < 0) in f2fs_finalize_device()
/external/toybox/toys/pending/
Duserdel.c82 fsync(fileno(newfp)); in update_groupfiles()
Ddd.c277 if (toys.optflags & C_FSYNC && fsync(out.fd) < 0) in do_dd()
/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/libpcap/lbl/
Dos-sunos4.h84 int fsync(int);
/external/tcpdump/lbl/
Dos-sunos4.h84 int fsync(int);
/external/f2fs-tools/tools/
Dfibmap.c112 fsync(fd); in main()
/external/openssh/
Dsftp.085 the server implements the "fsync@openssh.com" extension.
243 If the -f flag is specified, then fsync(2) will be called after
331 server to call fsync(2) after the file has been transferred.
333 "fsync@openssh.com" extension.
DPROTOCOL442 10. sftp: Extension request "fsync@openssh.com"
444 This request asks the server to call fsync(2) on an open file handle.
447 string "fsync@openssh.com"
450 One receiving this request, a server will call fsync(handle_fd) and will
/external/pdfium/core/src/fxcrt/
Dfxcrt_posix.cpp128 return fsync(m_nFD) > -1; in Flush()
/external/toybox/lib/
Dpassword.c186 fsync(fileno(newfp)); in update_password()
/external/fio/os/
Dos-windows.h102 int fsync(int fildes);
/external/fio/engines/
Dsolarisaio.c121 if (fsync(f->fd) < 0) in fio_solarisaio_queue()
/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()
/external/fio/os/windows/
Dposix.c531 int fsync(int fildes) in fsync() function
683 return fsync(fildes); in fdatasync()
/external/bison/m4/
Dunistd_h.m445 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
/external/e2fsprogs/misc/
Dfilefrag.c277 fsync(fd); in filefrag_fibmap()

12