Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1501 int authres; in common_dispatch() local
1665 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()
H A Dnfs4_srv.c2016 int authres; in call_checkauth4() local
2027 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()