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

  /src/sys/fs/msdosfs/
msdosfs_denode.c 113 static kmutex_t fh_lock; variable in typeref:typename:kmutex_t
145 mutex_init(&fh_lock, MUTEX_DEFAULT, IPL_NONE);
163 mutex_destroy(&fh_lock);
658 mutex_enter(&fh_lock);
661 mutex_exit(&fh_lock);
663 mutex_enter(&fh_lock);
669 mutex_exit(&fh_lock);
684 mutex_enter(&fh_lock);
687 mutex_exit(&fh_lock);
691 mutex_exit(&fh_lock);
    [all...]
msdosfs_denode.c 113 static kmutex_t fh_lock; variable in typeref:typename:kmutex_t
145 mutex_init(&fh_lock, MUTEX_DEFAULT, IPL_NONE);
163 mutex_destroy(&fh_lock);
658 mutex_enter(&fh_lock);
661 mutex_exit(&fh_lock);
663 mutex_enter(&fh_lock);
669 mutex_exit(&fh_lock);
684 mutex_enter(&fh_lock);
687 mutex_exit(&fh_lock);
691 mutex_exit(&fh_lock);
    [all...]

Completed in 23 milliseconds