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