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

/xnu-2782.1.97/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
/xnu-2782.1.97/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;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c1467 u_int32_t lastfsync; local
1472 lastfsync = tv.tv_sec;
1479 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_attribute_vp), &lastfsync);
1482 ((numOfLockedBuffs > 1) && ((tv.tv_sec - lastfsync) >
1491 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_catalog_vp), &lastfsync);
1494 ((numOfLockedBuffs > 1) && ((tv.tv_sec - lastfsync) >
1506 BTGetLastSync((FCB*)VTOF(hfsmp->hfs_extents_vp), &lastfsync);
1509 ((numOfLockedBuffs > 1) && ((tv.tv_sec - lastfsync) >

Completed in 85 milliseconds