resync_lockres     69 drivers/md/md-cluster.c 	struct dlm_lock_resource *resync_lockres;
resync_lockres    937 drivers/md/md-cluster.c 	cinfo->resync_lockres = lockres_init(mddev, "resync", NULL, 0);
resync_lockres    938 drivers/md/md-cluster.c 	if (!cinfo->resync_lockres) {
resync_lockres    952 drivers/md/md-cluster.c 	lockres_free(cinfo->resync_lockres);
resync_lockres   1015 drivers/md/md-cluster.c 	lockres_free(cinfo->resync_lockres);
resync_lockres   1315 drivers/md/md-cluster.c 	return dlm_lock_sync_interruptible(cinfo->resync_lockres, DLM_LOCK_EX, mddev);
resync_lockres   1371 drivers/md/md-cluster.c 	dlm_unlock_sync(cinfo->resync_lockres);