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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h363 thread_call_t hfs_syncer; // removeable devices get sync'ed by this guy member in struct:hfsmount
H A Dhfs_vfsops.c1027 hfs_syncer(void *arg0, void *unused) function
1127 thread_call_enter_delayed(hfsmp->hfs_syncer, deadline);
2011 hfsmp->hfs_syncer = thread_call_allocate(hfs_syncer, hfsmp);
2012 if (hfsmp->hfs_syncer == NULL) {
2138 if (hfsmp->hfs_syncer)
2148 if (thread_call_cancel(hfsmp->hfs_syncer))
2150 thread_call_free(hfsmp->hfs_syncer);
2151 hfsmp->hfs_syncer = NULL;
H A Dhfs_vfsutils.c2844 if (hfsmp->hfs_syncer) {
2874 if (thread_call_enter_delayed(hfsmp->hfs_syncer, deadline))

Completed in 29 milliseconds