Searched refs:fsync (Results 1 – 25 of 85) sorted by relevance
1234
/external/f2fs-tools/scripts/ |
D | spo_test.sh | 27 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/ |
D | fsync.c | 25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
|
D | mkswap.c | 41 fsync(fd);
|
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 60 if (fsync (fd) == -1) in ext2fs_sync_device()
|
/external/autotest/client/tests/synctest/ |
D | control | 9 Child process creates enough dirty data and issues fsync.
|
/external/autotest/client/tests/cgroup/ |
D | cgroup_client.py | 48 os.fsync(f)
|
/external/bison/lib/ |
D | unistd.in.h | 553 _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/ |
D | microdump_writer_unittest.cc | 108 fsync(err_fd); in TEST()
|
/external/autotest/client/tests/synctest/src/ |
D | synctest.c | 113 fsync(fd); in main()
|
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 114 if (fsync(c->fd) < 0) in f2fs_finalize_device()
|
/external/bison/linux-lib/ |
D | unistd.h | 865 _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/ |
D | unistd.h | 865 _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/ |
D | userdel.c | 82 fsync(fileno(newfp)); in update_groupfiles()
|
/external/pdfium/core/src/fxcrt/ |
D | fxcrt_posix.cpp | 122 return fsync(m_nFD) > -1; in Flush()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 82 int fsync(int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 82 int fsync(int);
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 150 fsync(fd); in sk_fsync()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 112 fsync(fd); in main()
|
/external/fio/os/ |
D | os-windows.h | 102 int fsync(int fildes);
|
/external/toybox/lib/ |
D | password.c | 188 fsync(fileno(newfp)); in update_password()
|
/external/fio/engines/ |
D | solarisaio.c | 121 if (fsync(f->fd) < 0) in fio_solarisaio_queue()
|
/external/dbus/dbus/ |
D | dbus-file-unix.c | 265 if (fsync(fd)) in _dbus_string_save_to_file()
|
/external/ltrace/etc/ |
D | syscalls.conf | 52 int fsync(int);
|
/external/gptfdisk/ |
D | diskio-unix.cc | 252 fsync(fd); in DiskSync()
|
/external/zlib/src/examples/ |
D | gzlog.c | 450 fsync(log->fd); in log_mark() 453 fsync(log->fd); in log_mark()
|
1234