Searched refs:F_FULLFSYNC (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_fsync.c81 #if defined(F_FULLFSYNC)
82 RETRY_CHK((fcntl(fhp->fd, F_FULLFSYNC, 0)), ret);
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_fcntl.c190 #ifdef F_FULLFSYNC
191 { BSM_F_FULLFSYNC, F_FULLFSYNC },
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c133 #if defined F_FULLFSYNC
134 /* F_FULLFSYNC is equivalent to fsync plus device flush to media */
135 if (fcntl(fd, F_FULLFSYNC, NULL) != 0) {
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c129 #if defined F_FULLFSYNC
130 /* F_FULLFSYNC is equivalent to fsync plus device flush to media */
131 if (fcntl(fd, F_FULLFSYNC, NULL) != 0) {
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c144 fcntl( my_fd, F_FULLFSYNC );
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationDBPlist.cpp130 if (-1 == fcntl(fd, F_FULLFSYNC, NULL))
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h266 #define F_FULLFSYNC 51 /* fsync + ask the drive to flush to the media */ macro
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dutil.c69 (void)fcntl(jfd, F_FULLFSYNC, 0);
/macosx-10.10/BootCache-109/
H A Dcontrol.c417 if (-1 != fcntl(fd, F_FULLFSYNC)) {
/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c2855 if ((errnum = fcntl(up->curbootfd, F_FULLFSYNC))) {
2982 if (fcntl(up->curbootfd, F_FULLFSYNC)) goto finish;
H A Dbootcaches.c1355 anyErr |= fcntl(caches->cachefd, F_FULLFSYNC);
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c1154 * case, either. And there is always fcntl(F_FULLFSYNC) if the user really
2937 case F_FULLFSYNC:
2959 } /* F_FULLFSYNC */
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2982 int result = ::fcntl(fd, F_FULLFSYNC, NULL);
2984 fprintf(stderr, "update_dyld_shared_cache: warning, fcntl(F_FULLFSYNC) failed with errno=%d for %s\n", errno, tempCachePath);
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3676 case F_FULLFSYNC:
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c2422 case F_FULLFSYNC: {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c1497 case F_FULLFSYNC: // fsync + flush the journal + DKIOCSYNCHRONIZECACHE
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vnops.c6916 case F_FULLFSYNC:
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c9311 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c27739 ** the F_FULLFSYNC macro is defined. F_FULLFSYNC is currently
27742 #ifdef F_FULLFSYNC
27807 rc = osFcntl(fd, F_FULLFSYNC, 0);
[all...]

Completed in 465 milliseconds