Home
last modified time | relevance | path

Searched refs:token_lockres (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Dmd-cluster.c64 struct dlm_lock_resource *token_lockres; member
499 error = dlm_lock_sync(cinfo->token_lockres, DLM_LOCK_EX); in lock_comm()
508 dlm_unlock_sync(cinfo->token_lockres); in unlock_comm()
673 cinfo->token_lockres = lockres_init(mddev, "token", NULL, 0); in join()
674 if (!cinfo->token_lockres) in join()
713 lockres_free(cinfo->token_lockres); in join()
735 lockres_free(cinfo->token_lockres); in leave()
786 return dlm_unlock_sync(cinfo->token_lockres); in metadata_update_cancel()