Searched refs:um_lock (Results 1 – 2 of 2) sorted by relevance
57 struct mtx um_lock; /* Protects ext2mount & fs */ member63 #define EXT2_LOCK(aa) mtx_lock(&(aa)->um_lock)64 #define EXT2_UNLOCK(aa) mtx_unlock(&(aa)->um_lock)65 #define EXT2_MTX(aa) (&(aa)->um_lock)
101 struct mtx um_lock; /* (c) Protects ufsmount & fs */ member166 #define UFS_LOCK(aa) mtx_lock(&(aa)->um_lock)167 #define UFS_UNLOCK(aa) mtx_unlock(&(aa)->um_lock)168 #define UFS_MTX(aa) (&(aa)->um_lock)