Searched refs:hfc_timebase (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c200 if (hfsmp->hfc_timebase == 0 &&
211 hfsmp->hfc_timebase = SWAP_BE32 (hotfileinfo.timebase);
213 if (hfsmp->hfc_timebase < HFC_MIN_BASE_TIME) {
214 hfsmp->hfc_timebase = hfsmp->hfc_timeout - HFC_DEFAULT_DURATION;
222 hfsmp->hfc_timebase = tv.tv_sec + 1;
223 hfsmp->hfc_timeout = hfsmp->hfc_timebase + HFC_DEFAULT_DURATION;
249 if (hfsmp->hfc_timebase == 0) {
250 hfsmp->hfc_timebase = tv.tv_sec + 1;
255 hfsmp->hfc_timebase = MAX(hfsmp->hfc_timebase, cumulativebas
[all...]
H A Dhfs.h254 time_t hfc_timebase; /* recording period start time */ member in struct:hfsmount
H A Dhfs_catalog.c202 (attrp->ca_atime >= hfsmp->hfc_timebase)) {
218 (attrp->ca_atime >= hfsmp->hfc_timebase)) {
694 (to_bsd_time(recp->hfsPlusFile.accessDate) >= hfsmp->hfc_timebase)) {
713 (to_bsd_time(recp->hfsPlusFile.accessDate) >= hfsmp->hfc_timebase)) {
H A Dhfs_readwrite.c170 if (cp->c_atime < hfsmp->hfc_timebase) {
2947 if (cp->c_atime < VTOHFS(vp)->hfc_timebase) {
H A Dhfs_vnops.c3259 if (cp->c_atime < VTOHFS(vp)->hfc_timebase)

Completed in 82 milliseconds