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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h360 u_int32_t hfs_active_threads; member in struct:hfsmount
H A Dhfs_vfsutils.c2909 OSAddAtomic(1, (SInt32 *)&hfsmp->hfs_active_threads);
2935 OSAddAtomic(-1, (SInt32 *)&hfsmp->hfs_active_threads);
2958 OSAddAtomic(-1, (SInt32 *)&hfsmp->hfs_active_threads);
H A Dhfs_vfsops.c1099 && (hfsmp->hfs_active_threads == 0)
1123 } else if (hfsmp->hfs_active_threads == 0) {

Completed in 89 milliseconds