/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/chromium_org/third_party/leveldatabase/src/port/ |
D | port_posix.h | 68 #define fdatasync fsync 74 #define fdatasync fsync
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
D | fsync.c | 12 int fsync(int fd) { in fsync() function
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | io.test | 32 # fsync() calls on the journal file). 36 # fsync() calls on the journal file, no need to set nRec 129 # The following INSERT updates 2 pages and requires 4 calls to fsync(): 143 # only write 1 page and require a single fsync(). 145 # The single fsync() is the database file. Only one page is reported as 408 # have been no calls to fsync(). The file is probably about 30KB. 415 # The COMMIT requires a single fsync() - to the database file. 427 # than 4, calls to fsync(). The fsync() calls are on: 433 # Normally, when the SAFE_APPEND flag is not set, there is another fsync()
|
D | sync.test | 13 # This file implements tests to verify that fsync is disabled when
|
/external/chromium_org/third_party/sqlite/ |
D | system-sqlite.patch | 95 +** fsync() a directory to make sure file creation and deletion events 142 + /* Also fsync the directory containing the file if the DIRSYNC flag 144 + ** are unable to fsync a directory, so ignore errors on the fsync. 157 - ** We have received multiple reports of fsync() returning 276 ** is called the directory file descriptor will be fsync()ed and close()d. 372 if( fsync(fd)==-1 ) 491 +** fsync() a directory to make sure file creation and deletion events 538 + /* Also fsync the directory containing the file if the DIRSYNC flag 540 + ** are unable to fsync a directory, so ignore errors on the fsync. 553 - ** We have received multiple reports of fsync() returning [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 60 if (fsync (fd) == -1) in ext2fs_sync_device()
|
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 77 if (fsync(c->fd) < 0) in f2fs_finalize_device()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_wrap_bionic.cc | 126 OP(fsync); \ 189 int WRAP(fsync)(int fd) NOTHROW { in WRAP() argument 385 CHECK_REAL(fsync); in _real_fsync() 386 return REAL(fsync)(fd); in _real_fsync()
|
D | fuse.h | 102 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member
|
D | kernel_wrap_newlib.cc | 69 OP(dev_fdio, fsync); \ 148 int WRAP(fsync)(int fd) { in WRAP() argument
|
D | kernel_wrap.h | 78 int fsync(int fd);
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_demovfs.c | 324 rc = fsync(p->fd); in demoSync() 476 rc = fsync(dfd); in demoDelete()
|
/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/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/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/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | mock_kernel_proxy.h | 34 MOCK_METHOD1(fsync, int(int));
|
/external/chromium_org/net/base/ |
D | file_stream_context_posix.cc | 114 ssize_t res = HANDLE_EINTR(fsync(file_.GetPlatformFile())); in FlushFileImpl()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/ |
D | fuse_fs.cc | 286 if (!fuse_ops_->fsync) in FSync() 290 int result = fuse_ops_->fsync(path_.c_str(), datasync, &info_); in FSync()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 108 fsync(fd); in main()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 84 int fsync(int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 84 int fsync(int);
|
/external/chromium_org/third_party/leveldatabase/ |
D | env_chromium_stdio.cc | 49 return HANDLE_EINTR(fsync(fildes)); in fdatasync() 175 if (HANDLE_EINTR(fsync(parent_fd)) != 0) { in SyncParent()
|
/external/pdfium/core/src/fxcrt/ |
D | fxcrt_posix.cpp | 136 return fsync(m_nFD) > -1; in Flush()
|
/external/fio/os/ |
D | os-windows.h | 102 int fsync(int fildes);
|