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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h279 * hfs_sync_scheduled keeps track whether a timer was scheduled but we
292 int32_t hfs_sync_scheduled; member in struct:hfsmount
H A Dhfs_vfsutils.c2366 if (hfsmp->hfs_sync_scheduled == 0) {
2374 * Increment hfs_sync_scheduled on the assumption that we're the
2380 OSIncrementAtomic((volatile SInt32 *)&hfsmp->hfs_sync_scheduled);
2382 OSDecrementAtomic((volatile SInt32 *)&hfsmp->hfs_sync_scheduled);
H A Dhfs_vfsops.c917 OSDecrementAtomic((volatile SInt32 *)&hfsmp->hfs_sync_scheduled);

Completed in 95 milliseconds