Home | History | Annotate | Download | only in librpcsvc

Lines Matching refs:nlm_res

50 struct nlm_res {
267 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
269 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
270 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
275 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
285 void NLM_LOCK_RES(nlm_res) = 12;
286 void NLM_CANCEL_RES(nlm_res) = 13;
287 void NLM_UNLOCK_RES(nlm_res) = 14;
288 void NLM_GRANTED_RES(nlm_res) = 15;
294 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;