Searched refs:fsync (Results 1 – 25 of 47) sorted by relevance
12
/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/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 60 if (fsync (fd) == -1) in ext2fs_sync_device()
|
/external/toybox/toys/other/ |
D | mkswap.c | 33 fsync(fd); in mkswap_main()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 108 fsync(err_fd); in TEST()
|
/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/f2fs-tools/lib/ |
D | libf2fs_io.c | 114 if (fsync(c->fd) < 0) in f2fs_finalize_device()
|
/external/toybox/toys/pending/ |
D | userdel.c | 82 fsync(fileno(newfp)); in update_groupfiles()
|
D | dd.c | 277 if (toys.optflags & C_FSYNC && fsync(out.fd) < 0) in do_dd()
|
/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/libpcap/lbl/ |
D | os-sunos4.h | 84 int fsync(int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 84 int fsync(int);
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 112 fsync(fd); in main()
|
/external/openssh/ |
D | sftp.0 | 85 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.
|
D | PROTOCOL | 442 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/ |
D | fxcrt_posix.cpp | 128 return fsync(m_nFD) > -1; in Flush()
|
/external/toybox/lib/ |
D | password.c | 186 fsync(fileno(newfp)); in update_password()
|
/external/fio/os/ |
D | os-windows.h | 102 int fsync(int fildes);
|
/external/fio/engines/ |
D | solarisaio.c | 121 if (fsync(f->fd) < 0) in fio_solarisaio_queue()
|
/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()
|
/external/fio/os/windows/ |
D | posix.c | 531 int fsync(int fildes) in fsync() function 683 return fsync(fildes); in fdatasync()
|
/external/bison/m4/ |
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 277 fsync(fd); in filefrag_fibmap()
|
12