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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h230 u_int32_t hfs_global_lock_nesting; member in struct:hfsmount
H A Dhfs_vfsutils.c2434 OSAddAtomic(1, (SInt32 *)&hfsmp->hfs_global_lock_nesting);
2457 && (OSAddAtomic(-1, (SInt32 *)&hfsmp->hfs_global_lock_nesting) == 1)) ) {
H A Dhfs_vfsops.c891 && (hfsmp->hfs_global_lock_nesting == 0)) {

Completed in 46 milliseconds