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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h359 u_int64_t hfs_last_sync_time; member in struct:hfsmount
H A Dhfs_vfsops.c1074 hfsmp->hfs_last_sync_time = now;
1096 } else if ( ((now - hfsmp->hfs_last_sync_time) >= 5000000ULL)
1097 || (((now - hfsmp->hfs_last_sync_time) >= 100000LL)
1121 hfsmp->hfs_last_sync_time = now;
2687 hfsmp->hfs_last_sync_time = now;

Completed in 24 milliseconds