Home
last modified time | relevance | path

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

123

/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/chromium_org/third_party/leveldatabase/src/port/
Dport_posix.h68 #define fdatasync fsync
74 #define fdatasync fsync
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dfsync.c12 int fsync(int fd) { in fsync() function
/external/chromium_org/third_party/sqlite/src/test/
Dio.test32 # 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()
Dsync.test13 # This file implements tests to verify that fsync is disabled when
/external/chromium_org/third_party/sqlite/
Dsystem-sqlite.patch95 +** 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/
Dflushb.c60 if (fsync (fd) == -1) in ext2fs_sync_device()
/external/f2fs-tools/lib/
Dlibf2fs_io.c77 if (fsync(c->fd) < 0) in f2fs_finalize_device()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_wrap_bionic.cc126 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()
Dfuse.h102 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member
Dkernel_wrap_newlib.cc69 OP(dev_fdio, fsync); \
148 int WRAP(fsync)(int fd) { in WRAP() argument
Dkernel_wrap.h78 int fsync(int fd);
/external/chromium_org/third_party/sqlite/src/src/
Dtest_demovfs.c324 rc = fsync(p->fd); in demoSync()
476 rc = fsync(dfd); in demoDelete()
/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/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/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/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dmock_kernel_proxy.h34 MOCK_METHOD1(fsync, int(int));
/external/chromium_org/net/base/
Dfile_stream_context_posix.cc114 ssize_t res = HANDLE_EINTR(fsync(file_.GetPlatformFile())); in FlushFileImpl()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
Dfuse_fs.cc286 if (!fuse_ops_->fsync) in FSync()
290 int result = fuse_ops_->fsync(path_.c_str(), datasync, &info_); in FSync()
/external/f2fs-tools/tools/
Dfibmap.c108 fsync(fd); in main()
/external/libpcap/lbl/
Dos-sunos4.h84 int fsync(int);
/external/tcpdump/lbl/
Dos-sunos4.h84 int fsync(int);
/external/chromium_org/third_party/leveldatabase/
Denv_chromium_stdio.cc49 return HANDLE_EINTR(fsync(fildes)); in fdatasync()
175 if (HANDLE_EINTR(fsync(parent_fd)) != 0) { in SyncParent()
/external/pdfium/core/src/fxcrt/
Dfxcrt_posix.cpp136 return fsync(m_nFD) > -1; in Flush()
/external/fio/os/
Dos-windows.h102 int fsync(int fildes);

123