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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c834 hfs_syncer(void *arg0, void *unused) function
908 thread_call_enter_delayed(hfsmp->hfs_syncer, deadline);
1485 hfsmp->hfs_syncer = thread_call_allocate(hfs_syncer, hfsmp);
1486 if (hfsmp->hfs_syncer == NULL) {
1569 if (hfsmp->hfs_syncer)
1579 if (thread_call_cancel(hfsmp->hfs_syncer))
1581 thread_call_free(hfsmp->hfs_syncer);
1582 hfsmp->hfs_syncer = NULL;
H A Dhfs.h297 thread_call_t hfs_syncer; // removeable devices get sync'ed by this guy member in struct:hfsmount
H A Dhfs_vfsutils.c2359 if (hfsmp->hfs_syncer) {
2381 if (thread_call_enter_delayed(hfsmp->hfs_syncer, deadline))

Completed in 47 milliseconds