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

/netbsd-current/sys/ufs/chfs/
H A Debh.c770 * The @ebh->erase_lock must be locked before using this.
796 * The @ebh->erase_lock must be locked before using this.
816 * The @ebh->erase_lock must be locked before using this.
846 * The @ebh->erase_lock must be locked before using this.
892 mutex_enter(&ebh->erase_lock);
893 /*dbg_ebh("LOCK: ebh->erase_lock spin locked in erase_callback() "
897 mutex_exit(&ebh->erase_lock);
898 /*dbg_ebh("UNLOCK: ebh->erase_lock spin unlocked in erase_callback() "
904 mutex_enter(&ebh->erase_lock);
905 /*dbg_ebh("LOCK: ebh->erase_lock spi
[all...]
H A Debh.h261 * @erase_lock: list and tree lock for fully_erased and to_erase lists and
283 kmutex_t erase_lock; member in struct:chfs_ebh

Completed in 256 milliseconds