Lines Matching refs:other_bitmap_lockres
80 struct dlm_lock_resource **other_bitmap_lockres; member
1404 cinfo->other_bitmap_lockres = in lock_all_bitmaps()
1407 if (!cinfo->other_bitmap_lockres) { in lock_all_bitmaps()
1419 cinfo->other_bitmap_lockres[i] = lockres_init(mddev, str, NULL, 1); in lock_all_bitmaps()
1420 if (!cinfo->other_bitmap_lockres[i]) in lock_all_bitmaps()
1423 cinfo->other_bitmap_lockres[i]->flags |= DLM_LKF_NOQUEUE; in lock_all_bitmaps()
1424 ret = dlm_lock_sync(cinfo->other_bitmap_lockres[i], DLM_LOCK_PW); in lock_all_bitmaps()
1439 if (cinfo->other_bitmap_lockres) { in unlock_all_bitmaps()
1441 if (cinfo->other_bitmap_lockres[i]) { in unlock_all_bitmaps()
1442 lockres_free(cinfo->other_bitmap_lockres[i]); in unlock_all_bitmaps()
1445 kfree(cinfo->other_bitmap_lockres); in unlock_all_bitmaps()