Searched refs:authres (Results 1 – 2 of 2) sorted by relevance
1501 int authres; in common_dispatch() local1665 authres = checkauth(exi, req, cr, anon_ok, publicfh_ok, in common_dispatch()1672 if (authres <= 0) { in common_dispatch()1673 if (authres == 0) { in common_dispatch()
2016 int authres; in call_checkauth4() local2027 authres = checkauth4(cs, req); in call_checkauth4()2029 if (authres > 0) { in call_checkauth4()2033 } else if (authres == 0) { in call_checkauth4()2035 } else if (authres == -2) { in call_checkauth4()