Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dflushb.c60 if (fsync (fd) == -1) in ext2fs_sync_device()
Dunix_io.c820 fsync(data->dev); in unix_flush()
Dtdb.c1747 if (fsync(tdb->fd) != 0) { in transaction_sync()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp130 void SQLiteDatabase::setFullsync(bool fsync) in setFullsync() argument
132 if (fsync) in setFullsync()
/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/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/tcpdump/lbl/
Dos-sunos4.h84 int fsync(int);
/external/libpcap/lbl/
Dos-sunos4.h84 int fsync(int);
/external/chromium/base/
Dplatform_file_posix.cc162 return !HANDLE_EINTR(fsync(file)); in FlushPlatformFile()
/external/zlib/src/examples/
Dgzlog.c450 fsync(log->fd); in log_mark()
453 fsync(log->fd); in log_mark()
/external/chromium/net/base/
Dfile_stream_posix.cc102 ssize_t res = HANDLE_EINTR(fsync(file)); in FlushFile()
/external/qemu/
Dcutils.c131 return fsync(fd); in qemu_fdatasync()
Dqemu-common.h103 #define fsync _commit macro
/external/bison/m4/
Dunistd_h.m445 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
/external/dnsmasq/src/
Dlease.c216 fsync(fileno(daemon->lease_stream)) < 0) in lease_update_file()
/external/yaffs2/yaffs2/
Dyaffs_fs.c196 .fsync = yaffs_sync_object,
229 .fsync = yaffs_sync_object,
/external/kernel-headers/original/linux/
Dfs.h1562 int (*fsync) (struct file *, int datasync); member
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp1363 Syscall param fsync(fd) contains uninitialised byte(s)
/external/e2fsprogs/debian/
Dchangelog554 which can speed up fsync-heavy workloads.
/external/sqlite/dist/
Dsqlite3.c28231 # define fdatasync fsync
28316 if( rc ) rc = fsync(fd);
28322 rc = fsync(fd);
28327 rc = fsync(fd);
30331 if( fsync(fd)==-1 )
30333 if( fsync(fd) )
31300 fsync(conchFile->h);
/external/sqlite/dist/orig/
Dsqlite3.c28213 # define fdatasync fsync
28298 if( rc ) rc = fsync(fd);
28304 rc = fsync(fd);
28309 rc = fsync(fd);
30303 if( fsync(fd)==-1 )
30305 if( fsync(fd) )
31272 fsync(conchFile->h);
/external/e2fsprogs/
DRELEASE-NOTES1164 filesystem, since this minimizes seek times on average for fsync-heavy