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

/netbsd-current/sys/ufs/chfs/
H A Debh.h255 * @ltree_lock: protects the tree
281 kmutex_t ltree_lock; member in struct:chfs_ebh
H A Debh.c563 * @ebh->ltree_lock has to be locked!
597 mutex_enter(&ebh->ltree_lock);
609 mutex_exit(&ebh->ltree_lock);
647 mutex_enter(&ebh->ltree_lock);
648 //dbg_ebh("LOCK: ebh->ltree_lock spin locked in leb_read_unlock()\n");
666 mutex_exit(&ebh->ltree_lock);
667 //dbg_ebh("UNLOCK: ebh->ltree_lock spin unlocked in leb_read_unlock()\n");
703 mutex_enter(&ebh->ltree_lock);
704 //dbg_ebh("LOCK: ebh->ltree_lock spin locked in leb_write_unlock()\n");
721 mutex_exit(&ebh->ltree_lock);
[all...]

Completed in 186 milliseconds