Searched refs:db_bmaplock (Results 1 – 2 of 2) sorted by relevance
246 struct mutex db_bmaplock; /* aggregate map lock */ member
70 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock)71 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock)72 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock)