Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Drecover.c821 int other_grmode = -1; in recover_conversion() local
827 other_grmode = lkb->lkb_grmode; in recover_conversion()
833 if (other_grmode == -1) in recover_conversion()
843 if (((lkb->lkb_grmode == DLM_LOCK_PR) && (other_grmode == DLM_LOCK_CW)) || in recover_conversion()
844 ((lkb->lkb_grmode == DLM_LOCK_CW) && (other_grmode == DLM_LOCK_PR))) { in recover_conversion()
848 lkb->lkb_remid, other_lkid, other_grmode); in recover_conversion()