Home | History | Annotate | Download | only in ffs

Lines Matching refs:um_lock

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 released
321 KASSERT(mutex_owned(&ump->um_lock));
374 mutex_exit(&ump->um_lock);
384 mutex_exit(&ump->um_lock);
405 mutex_enter(&ump->um_lock);
530 mutex_exit(&ump->um_lock);
566 * => um_lock not held upon entry or return
588 mutex_enter(&ump->um_lock);
618 mutex_exit(&ump->um_lock);
649 KASSERT(mutex_owned(&pip->i_ump->um_lock));
768 * => um_lock held on entry and exit
778 KASSERT(mutex_owned(&ip->i_ump->um_lock));
842 KASSERT(mutex_owned(&ip->i_ump->um_lock));
907 * => called with um_lock held
908 * => returns with um_lock released on success, held on failure
967 * => called with um_lock held
968 * => returns with um_lock released on success, held on failure
985 KASSERT(mutex_owned(&ump->um_lock));
995 mutex_exit(&ump->um_lock);
1024 mutex_enter(&ump->um_lock);
1033 mutex_exit(&ump->um_lock);
1040 mutex_enter(&ump->um_lock);
1066 KASSERT(mutex_owned(&ump->um_lock));
1070 mutex_exit(&ump->um_lock);
1084 mutex_enter(&ump->um_lock);
1087 mutex_exit(&ump->um_lock);
1092 * to this block yet. It is not necessary to keep um_lock
1122 mutex_enter(&ump->um_lock);
1134 mutex_exit(&ump->um_lock);
1149 mutex_enter(&ump->um_lock);
1159 mutex_exit(&ump->um_lock);
1166 mutex_enter(&ump->um_lock);
1193 KASSERT(mutex_owned(&ip->i_ump->um_lock));
1276 KASSERT(mutex_owned(&ump->um_lock));
1281 mutex_exit(&ump->um_lock);
1403 mutex_enter(&ump->um_lock);
1415 mutex_exit(&ump->um_lock);
1427 mutex_enter(&ump->um_lock);
1439 * => um_lock not held on entry or exit
1486 mutex_enter(&ump->um_lock);
1490 mutex_exit(&ump->um_lock);
1505 mutex_exit(&ump->um_lock);
1545 mutex_exit(&ump->um_lock);
1557 * => um_lock not held on entry or exit
1829 * => um_lock not held on entry or exit
1890 mutex_enter(&ump->um_lock);
1895 mutex_exit(&ump->um_lock);
1974 mutex_exit(&ump->um_lock);
1991 * => um_lock not held on entry or exit
2102 mutex_enter(&ump->um_lock);
2112 mutex_exit(&ump->um_lock);
2169 /* KASSERT(mutex_owned(&ump->um_lock)); */