Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlock.c310 static void queue_bast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rqmode) in queue_bast() argument
313 send_bast(r, lkb, rqmode); in queue_bast()
315 dlm_add_cb(lkb, DLM_CB_BAST, rqmode, 0, 0); in queue_bast()
2222 int8_t alt = 0, rqmode = lkb->lkb_rqmode; in can_be_granted() local
2260 if (rqmode != DLM_LOCK_PR && (lkb->lkb_exflags & DLM_LKF_ALTPR)) in can_be_granted()
2262 else if (rqmode != DLM_LOCK_CW && (lkb->lkb_exflags & DLM_LKF_ALTCW)) in can_be_granted()
2271 lkb->lkb_rqmode = rqmode; in can_be_granted()