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

/haiku/src/system/kernel/fs/
H A Dvfs.cpp220 static rw_lock sMountLock = RW_LOCK_INITIALIZER("vfs_mount_lock"); variable
232 sMountLock.
247 The thread trying to acquire the lock must not hold sMountLock.
704 Note, you must hold the sMountLock lock when you call this function.
709 ASSERT_READ_LOCKED_RW_LOCK(&sMountLock);
721 ReadLocker mountLocker(sMountLock);
945 rw_lock_read_lock(&sMountLock);
948 rw_lock_read_unlock(&sMountLock);
958 rw_lock_read_unlock(&sMountLock);
1036 The caller must not hold the sVnodeLock or the sMountLock
[all...]

Completed in 40 milliseconds