Lines Matching refs:other_bitmap_lockres
68 struct dlm_lock_resource **other_bitmap_lockres;
1490 cinfo->other_bitmap_lockres =
1493 if (!cinfo->other_bitmap_lockres) {
1505 cinfo->other_bitmap_lockres[i] = lockres_init(mddev, str, NULL, 1);
1506 if (!cinfo->other_bitmap_lockres[i])
1509 cinfo->other_bitmap_lockres[i]->flags |= DLM_LKF_NOQUEUE;
1510 ret = dlm_lock_sync(cinfo->other_bitmap_lockres[i], DLM_LOCK_PW);
1525 if (cinfo->other_bitmap_lockres) {
1527 if (cinfo->other_bitmap_lockres[i]) {
1528 lockres_free(cinfo->other_bitmap_lockres[i]);
1531 kfree(cinfo->other_bitmap_lockres);
1532 cinfo->other_bitmap_lockres = NULL;