Searched refs:um_lock (Results 1 – 2 of 2) sorted by relevance
55 struct mtx um_lock; /* Protects ext2mount & fs */ member61 #define EXT2_LOCK(aa) mtx_lock(&(aa)->um_lock)62 #define EXT2_UNLOCK(aa) mtx_unlock(&(aa)->um_lock)63 #define EXT2_MTX(aa) (&(aa)->um_lock)
99 struct mtx um_lock; /* (c) Protects ufsmount & fs */ member164 #define UFS_LOCK(aa) mtx_lock(&(aa)->um_lock)165 #define UFS_UNLOCK(aa) mtx_unlock(&(aa)->um_lock)166 #define UFS_MTX(aa) (&(aa)->um_lock)