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

  /src/sys/ufs/ffs/
ffs_alloc.c 172 * => called with um_lock held
173 * => releases um_lock before returning
190 KASSERT(mutex_owned(&ump->um_lock));
246 mutex_exit(&ump->um_lock);
249 mutex_enter(&ump->um_lock);
276 * XXX ump->um_lock handling is "suspect" at best.
278 * in the B_CONTIG case we reach here with um_lock
289 mutex_exit(&ump->um_lock);
303 * => called with um_lock held
304 * => return with um_lock release
    [all...]
ffs_balloc.c 152 mutex_enter(&ump->um_lock);
228 mutex_enter(&ump->um_lock);
248 mutex_enter(&ump->um_lock);
284 mutex_enter(&ump->um_lock);
331 mutex_enter(&ump->um_lock);
392 mutex_enter(&ump->um_lock);
578 mutex_enter(&ump->um_lock);
628 mutex_enter(&ump->um_lock);
642 mutex_enter(&ump->um_lock);
670 mutex_enter(&ump->um_lock);
    [all...]
ffs_vfsops.c 772 mutex_enter(&ump->um_lock);
779 mutex_exit(&ump->um_lock);
782 mutex_exit(&ump->um_lock);
939 mutex_enter(&ump->um_lock);
946 mutex_exit(&ump->um_lock);
955 mutex_exit(&ump->um_lock);
1200 mutex_init(&ump->um_lock, MUTEX_DEFAULT, IPL_NONE);
1635 mutex_destroy(&ump->um_lock);
1789 mutex_enter(&ump->um_lock);
1792 mutex_exit(&ump->um_lock);
    [all...]
ffs_wapbl.c 191 mutex_enter(&ump->um_lock);
195 mutex_exit(&ump->um_lock);
199 mutex_exit(&ump->um_lock);
  /src/sys/fs/unionfs/
unionfs.h 77 kmutex_t um_lock; member in struct:unionfs_mount
  /src/sys/ufs/ufs/
ufsmount.h 102 kmutex_t um_lock; /* lock on global data */ member in struct:ufsmount
  /src/sys/ufs/chfs/
chfs_vfsops.c 251 mutex_init(&ump->um_lock, MUTEX_DEFAULT, IPL_NONE);
376 mutex_destroy(&ump->um_lock);
439 mutex_destroy(&ump->um_lock);

Completed in 17 milliseconds