Searched defs:checkauth (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 193 static int checkauth(struct exportinfo *, struct svc_req *, cred_t *, int, 1611 * will be denied by checkauth if that client does not 1616 * pass a flag to checkauth with the result of this test. 1622 * Added anon_ok argument to checkauth(). 1663 authres = checkauth(exi, req, cr, anon_ok, publicfh_ok, 2005 * checkauth() will check the access permission against the export 2011 checkauth(struct exportinfo *exi, struct svc_req *req, cred_t *cr, int anon_ok, function 2067 * Short circuit checkauth() on operations that support the
|
Completed in 685 milliseconds