Searched refs:cw (Results 1 – 1 of 1) sorted by relevance
/fs/dlm/ |
D | lock.c | 1677 static int grant_pending_convert(struct dlm_rsb *r, int high, int *cw) in grant_pending_convert() argument 1715 if (cw && lkb->lkb_rqmode == DLM_LOCK_CW) in grant_pending_convert() 1716 *cw = 1; in grant_pending_convert() 1729 static int grant_pending_wait(struct dlm_rsb *r, int high, int *cw) in grant_pending_wait() argument 1739 *cw = 1; in grant_pending_wait() 1751 static int lock_requires_bast(struct dlm_lkb *gr, int high, int cw) in lock_requires_bast() argument 1753 if (gr->lkb_grmode == DLM_LOCK_PR && cw) { in lock_requires_bast() 1769 int cw = 0; in grant_pending_locks() local 1773 high = grant_pending_convert(r, high, &cw); in grant_pending_locks() 1774 high = grant_pending_wait(r, high, &cw); in grant_pending_locks() [all …]
|