Home
last modified time | relevance | path

Searched refs:NFSAUTH_LIMITED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h118 #define NFSAUTH_LIMITED 0x80 macro
H A Dexport.h625 NULL, NULL, NULL) & (NFSAUTH_RO | NFSAUTH_LIMITED)))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c345 return (NFSAUTH_LIMITED); in nfsauth4_access()
H A Dnfs_server.c2344 } else if (access & NFSAUTH_LIMITED) { in checkauth4()