Searched refs:lastfsync (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h242 u_int32_t lastfsync; /* Last time that this was fsynced */ member in struct:BTreeInfoRec
346 u_int32_t *lastfsync );
349 u_int32_t lastfsync );
H A DBTreesPrivate.h215 u_int32_t lastfsync; /* Last time that this was fsynced */ member in struct:BTreeControlBlock
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c973 u_int32_t lastfsync; local
978 lastfsync = tv.tv_sec;
985 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_attribute_vp), &lastfsync);
988 ((numOfLockedBuffs > 1) && ((tv.tv_sec - lastfsync) >
997 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_catalog_vp), &lastfsync);
1000 ((numOfLockedBuffs > 1) && ((tv.tv_sec - lastfsync) >
1012 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_extents_vp), &lastfsync);
1015 ((numOfLockedBuffs > 1) && ((tv.tv_sec - lastfsync) >
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c1789 info->lastfsync = btreePtr->lastfsync;
1933 Output: lastfsync - time in seconds of last update
1956 *lastsync = btreePtr->lastfsync;
1972 Output: lastfsync - time in seconds of last update
1995 btreePtr->lastfsync = lastsync;

Completed in 27 milliseconds