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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs.h367 struct timeval hfs_sync_req_oldest; member in struct:hfsmount
H A Dhfs_vfsops.c1041 if (hfs_has_elapsed(&hfsmp->hfs_sync_req_oldest, &now, HFS_MAX_META_DELAY))
1063 timerclear(&hfsmp->hfs_sync_req_oldest);
1121 if (hfsmp->hfs_syncer && timerisset(&hfsmp->hfs_sync_req_oldest)) {
H A Dhfs_vfsutils.c3262 if (!timerisset(&hfsmp->hfs_sync_req_oldest))
3263 microuptime(&hfsmp->hfs_sync_req_oldest);

Completed in 79 milliseconds