Searched refs:hfs_global_lockowner (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c1222 if (hfsmp->hfs_global_lockowner == thread) {
1259 hfsmp->hfs_global_lockowner = HFS_SHARED_OWNER;
1264 hfsmp->hfs_global_lockowner = thread;
1289 if (hfsmp->hfs_global_lockowner == thread) {
1290 hfsmp->hfs_global_lockowner = NULL;
3312 if (hfsmp->hfs_global_lockowner == thread) {
H A Dhfs.h273 thread_t hfs_global_lockowner; member in struct:hfsmount

Completed in 35 milliseconds