Home
last modified time | relevance | path

Searched refs:um_lock (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/ufs/ffs/
H A Dffs_alloc.c190 KASSERT(mutex_owned(&ump->um_lock)); in ffs_alloc()
246 mutex_exit(&ump->um_lock); in ffs_alloc()
249 mutex_enter(&ump->um_lock); in ffs_alloc()
289 mutex_exit(&ump->um_lock); in ffs_alloc()
321 KASSERT(mutex_owned(&ump->um_lock)); in ffs_realloccg()
374 mutex_exit(&ump->um_lock); in ffs_realloccg()
384 mutex_exit(&ump->um_lock); in ffs_realloccg()
405 mutex_enter(&ump->um_lock); in ffs_realloccg()
530 mutex_exit(&ump->um_lock); in ffs_realloccg()
588 mutex_enter(&ump->um_lock); in ffs_valloc()
[all …]
H A Dffs_balloc.c152 mutex_enter(&ump->um_lock); in ffs_balloc_ufs1()
228 mutex_enter(&ump->um_lock); in ffs_balloc_ufs1()
248 mutex_enter(&ump->um_lock); in ffs_balloc_ufs1()
284 mutex_enter(&ump->um_lock); in ffs_balloc_ufs1()
331 mutex_enter(&ump->um_lock); in ffs_balloc_ufs1()
392 mutex_enter(&ump->um_lock); in ffs_balloc_ufs1()
578 mutex_enter(&ump->um_lock); in ffs_balloc_ufs2()
628 mutex_enter(&ump->um_lock); in ffs_balloc_ufs2()
642 mutex_enter(&ump->um_lock); in ffs_balloc_ufs2()
670 mutex_enter(&ump->um_lock); in ffs_balloc_ufs2()
[all …]
H A Dffs_vfsops.c772 mutex_enter(&ump->um_lock); in ffs_mount()
779 mutex_exit(&ump->um_lock); in ffs_mount()
782 mutex_exit(&ump->um_lock); in ffs_mount()
939 mutex_enter(&ump->um_lock); in ffs_reload()
946 mutex_exit(&ump->um_lock); in ffs_reload()
955 mutex_exit(&ump->um_lock); in ffs_reload()
1200 mutex_init(&ump->um_lock, MUTEX_DEFAULT, IPL_NONE); in ffs_mountfs()
1635 mutex_destroy(&ump->um_lock); in ffs_mountfs()
1789 mutex_enter(&ump->um_lock); in ffs_unmount()
1792 mutex_exit(&ump->um_lock); in ffs_unmount()
[all...]
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vfsops.c251 mutex_init(&ump->um_lock, MUTEX_DEFAULT, IPL_NONE); in chfs_mountfs()
376 mutex_destroy(&ump->um_lock); in chfs_mountfs()
439 mutex_destroy(&ump->um_lock); in chfs_unmount()
/netbsd-src/sys/fs/unionfs/
H A Dunionfs.h77 kmutex_t um_lock; member
/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h102 kmutex_t um_lock; /* lock on global data */ member