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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h277 u_int32_t hfs_global_lock_nesting; member in struct:hfsmount
H A Dhfs_vfsutils.c2926 OSAddAtomic(1, &hfsmp->hfs_global_lock_nesting);
2947 && (OSAddAtomic(-1, &hfsmp->hfs_global_lock_nesting) == 1)) ) {
H A Dhfs_vfsops.c1100 && (hfsmp->hfs_global_lock_nesting == 0))) {

Completed in 77 milliseconds