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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h334 thread_call_t hfs_syncer; // removeable devices get sync'ed by this guy member in struct:hfsmount
346 * hfs_syncer() routine. We will back off if writes are in
H A Dhfs_vfsops.c1021 hfs_syncer(void *arg0, void *unused) function
1037 if (!hfsmp->hfs_syncer) {
1064 thread_call_t syncer = hfsmp->hfs_syncer;
1128 if (hfsmp->hfs_syncer && timerisset(&hfsmp->hfs_sync_req_oldest)) {
1129 thread_call_t syncer = hfsmp->hfs_syncer;
1953 hfsmp->hfs_syncer = thread_call_allocate(hfs_syncer, hfsmp);
1954 if (hfsmp->hfs_syncer == NULL) {
2046 if (hfsmp->hfs_syncer)
2052 thread_call_t syncer = hfsmp->hfs_syncer;
[all...]
H A Dhfs_vfsutils.c3065 if (!hfsmp->hfs_syncer || current_thread() == hfsmp->hfs_syncer_thread)
3073 /* If hfs_unmount is running, it will set hfs_syncer to NULL. Also we
3075 if (!hfsmp->hfs_syncer || hfsmp->hfs_sync_incomplete) {
3082 thread_call_t syncer = hfsmp->hfs_syncer;

Completed in 86 milliseconds