Searched refs:fsync (Results 26 - 50 of 105) sorted by relevance

12345

/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h84 int fsync(int);
/macosx-10.10/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h84 int fsync(int);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_copy.c42 /* On systems that support this, use fsync() to flush the
259 * while fflush and fsync() succeed. Think of remote file systems such as
269 write_error |= fsync(vstream_fileno(dst));
H A Dmail_stream.c230 * problem if the system crashes before fsync() returns; fchmod() could
251 * when followed by an fchmod(), fsync(), close() sequence. This may fail
252 * with remote file systems when fsync() actually updates the file. Even
258 * confident that utime() before fsync() and close() will work reliably
297 || fsync(vstream_fileno(info->stream))
314 /* Do NOT use time() result from before fsync(). */
334 * vstream_fclose() to fail even after vstream_fflush() and fsync()
/macosx-10.10/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h84 int fsync(int);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile65 fsync.2 \
/macosx-10.10/vim-55/src/
H A Dosdef1.h.in131 extern int fsync __ARGS((int));
/macosx-10.10/NFS-82/rpc.statd/
H A Dfile.c248 if ((rv < 2) || (rv = fsync(status_fd)))
402 if ((rv != sizeof(fh)) || (rv = fsync(status_fd))) {
521 if ((rv != sizeof(fh)) || (rv = fsync(status_fd)))
577 if ((rv != sizeof(*hip)) || (rv = fsync(status_fd))) {
627 if ((rv < 0) || (rv = fsync(status_fd))) {
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp156 void SQLiteDatabase::setFullsync(bool fsync) argument
158 if (fsync)
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dreadwrite.c364 if (fsync(thefile->filedes)) {
391 if (fsync(thefile->filedes)) {
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c134 /* F_FULLFSYNC is equivalent to fsync plus device flush to media */
136 /* we're not on a fs that supports this; fall back to plain fsync */
137 fsync(fd);
142 fsync(fd);
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c130 /* F_FULLFSYNC is equivalent to fsync plus device flush to media */
132 /* we're not on a fs that supports this; fall back to plain fsync */
133 fsync(fd);
138 fsync(fd);
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav.h522 struct webdav_request_fsync fsync; member in union:webdav_request
542 struct webdav_reply_fsync fsync; member in union:webdav_reply
/macosx-10.10/emacs-93/emacs/src/s/
H A Dms-w32.h254 #define HAVE_FSYNC 1 /* fsync is called _commit in MSVC. */
374 #define fsync _commit macro
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c188 fsync(dfd);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dmovemail.c495 if (fsync (outdesc) < 0)
813 * until a call to fsync or close is made. Users with AFS home
818 if (fsync (mbfi) < 0)
820 error ("Error in fsync: %s", strerror (errno), 0);
/macosx-10.10/zlib-55/zlib/examples/
H A Dgzlog.c232 /* ftruncate, fsync */
432 /* Write over the extra field contents, marking the operation as op. Use fsync
450 fsync(log->fd);
453 fsync(log->fd);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp131 fsync(fd);
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Drm.c304 fsync(n);
/macosx-10.10/lsof-53/lsof/tests/
H A DLTnfs.c198 if (fsync(Fd)) {
199 (void) fprintf(stderr, "ERROR!!! can't fsync %s\n", Path);
H A DLTnlink.c187 if (fsync(Fd)) {
188 (void) fprintf(stderr, "ERROR!!! can't fsync %s\n", Path);
H A DLTszoff.c189 if (fsync(Fd)) {
190 (void) fprintf(stderr, "ERROR!!! can't fsync %s\n", Path);
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h465 #define fsync(fd) 0 macro
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl138 faccessat fcntl fdatasync fpathconf fstat fstatat fsync
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.cpp746 AtomicTempFile::fsync() function in class:AtomicTempFile
750 secdebug("atomicfile", "fsync %s: already closed", mPath.c_str());
757 result = ::fsync(mFileRef);
763 secdebug("atomicfile", "fsync %s: %s", mPath.c_str(), strerror(errno));
799 fsync();

Completed in 2611 milliseconds

12345