other_bitmap_lockres   68 drivers/md/md-cluster.c 	struct dlm_lock_resource **other_bitmap_lockres;
other_bitmap_lockres 1479 drivers/md/md-cluster.c 	cinfo->other_bitmap_lockres =
other_bitmap_lockres 1482 drivers/md/md-cluster.c 	if (!cinfo->other_bitmap_lockres) {
other_bitmap_lockres 1494 drivers/md/md-cluster.c 		cinfo->other_bitmap_lockres[i] = lockres_init(mddev, str, NULL, 1);
other_bitmap_lockres 1495 drivers/md/md-cluster.c 		if (!cinfo->other_bitmap_lockres[i])
other_bitmap_lockres 1498 drivers/md/md-cluster.c 		cinfo->other_bitmap_lockres[i]->flags |= DLM_LKF_NOQUEUE;
other_bitmap_lockres 1499 drivers/md/md-cluster.c 		ret = dlm_lock_sync(cinfo->other_bitmap_lockres[i], DLM_LOCK_PW);
other_bitmap_lockres 1514 drivers/md/md-cluster.c 	if (cinfo->other_bitmap_lockres) {
other_bitmap_lockres 1516 drivers/md/md-cluster.c 			if (cinfo->other_bitmap_lockres[i]) {
other_bitmap_lockres 1517 drivers/md/md-cluster.c 				lockres_free(cinfo->other_bitmap_lockres[i]);
other_bitmap_lockres 1520 drivers/md/md-cluster.c 		kfree(cinfo->other_bitmap_lockres);