Searched refs:fsync (Results 1 – 23 of 23) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 60 if (fsync (fd) == -1) in ext2fs_sync_device()
|
D | unix_io.c | 820 fsync(data->dev); in unix_flush()
|
D | tdb.c | 1747 if (fsync(tdb->fd) != 0) { in transaction_sync()
|
/external/webkit/Source/WebCore/platform/sql/ |
D | SQLiteDatabase.cpp | 130 void SQLiteDatabase::setFullsync(bool fsync) in setFullsync() argument 132 if (fsync) in setFullsync()
|
/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/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/tcpdump/lbl/ |
D | os-sunos4.h | 84 int fsync(int);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 84 int fsync(int);
|
/external/chromium/base/ |
D | platform_file_posix.cc | 162 return !HANDLE_EINTR(fsync(file)); in FlushPlatformFile()
|
/external/zlib/src/examples/ |
D | gzlog.c | 450 fsync(log->fd); in log_mark() 453 fsync(log->fd); in log_mark()
|
/external/chromium/net/base/ |
D | file_stream_posix.cc | 102 ssize_t res = HANDLE_EINTR(fsync(file)); in FlushFile()
|
/external/qemu/ |
D | cutils.c | 131 return fsync(fd); in qemu_fdatasync()
|
D | qemu-common.h | 103 #define fsync _commit macro
|
/external/bison/m4/ |
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
/external/dnsmasq/src/ |
D | lease.c | 216 fsync(fileno(daemon->lease_stream)) < 0) in lease_update_file()
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 196 .fsync = yaffs_sync_object, 229 .fsync = yaffs_sync_object,
|
/external/kernel-headers/original/linux/ |
D | fs.h | 1562 int (*fsync) (struct file *, int datasync); member
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1363 Syscall param fsync(fd) contains uninitialised byte(s)
|
/external/e2fsprogs/debian/ |
D | changelog | 554 which can speed up fsync-heavy workloads.
|
/external/sqlite/dist/ |
D | sqlite3.c | 28231 # 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/ |
D | sqlite3.c | 28213 # 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/ |
D | RELEASE-NOTES | 1164 filesystem, since this minimizes seek times on average for fsync-heavy
|