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

/haiku/src/system/kernel/fs/
H A Dvfs.cpp231 The thread trying to lock the lock must not hold sVnodeLock or
243 write accessed when holding a read lock to sVnodeLock *and* having the vnode
245 sVnodeLock.
251 static rw_lock sVnodeLock = RW_LOCK_INITIALIZER("vfs_vnode_lock"); variable
720 ReadLocker nodeLocker(sVnodeLock);
857 The caller must hold the sVnodeLock (read lock at least).
868 ASSERT_READ_LOCKED_RW_LOCK(&sVnodeLock);
903 locks \c sVnodeLock and keeps it locked for the caller when returning. On
935 rw_lock_write_lock(&sVnodeLock);
949 rw_lock_write_unlock(&sVnodeLock);
[all...]

Completed in 75 milliseconds