Searched refs:hfs_last_sync_time (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h295 u_int64_t hfs_last_sync_time; member in struct:hfsmount
H A Dhfs_vfsops.c851 if ((now - hfsmp->hfs_last_sync_time) >= 5000000LL) {
888 if ( ((now - hfsmp->hfs_last_sync_time) >= 100000LL)
901 hfsmp->hfs_last_sync_time = ((int64_t)secs * 1000000) + usecs;
2083 hfsmp->hfs_last_sync_time = now;

Completed in 22 milliseconds