HomeSort by: relevance | last modified time | path
    Searched refs:erase_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
ebh.c 770 * 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 spin locked in erase_callback()\n");*
    [all...]
ebh.h 261 * @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 116 milliseconds