Home | History | Annotate | Download | only in rpcsvc

Lines Matching refs:nlm_res

71 struct nlm_res {
172 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
174 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
175 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
180 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
190 void NLM_LOCK_RES(nlm_res) = 12;
191 void NLM_CANCEL_RES(nlm_res) = 13;
192 void NLM_UNLOCK_RES(nlm_res) = 14;
193 void NLM_GRANTED_RES(nlm_res) = 15;
199 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;