Searched refs:SYNC_VOLUME_FULLSYNC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dsync_volume_np.c32 * SYNC_VOLUME_FULLSYNC causes it to try to push the
51 if (flags & SYNC_VOLUME_FULLSYNC)
69 if (flags & SYNC_VOLUME_FULLSYNC)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h939 #define SYNC_VOLUME_FULLSYNC 0x01 /* Flush data and metadata to platter, not just to disk cache */ macro
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2421 int error = sync_volume_np(volumePath, SYNC_VOLUME_FULLSYNC|SYNC_VOLUME_FULLSYNC);
2423 int full_sync = 3; // SYNC_VOLUME_FULLSYNC | SYNC_VOLUME_FULLSYNC

Completed in 210 milliseconds