Searched refs:ex_anon (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2123 anon_res = crsetugid(cr, exi->exi_export.ex_anon,
2124 exi->exi_export.ex_anon);
2130 anon_res = crsetugid(cr, exi->exi_export.ex_anon,
2131 exi->exi_export.ex_anon);
2157 exi->exi_export.ex_anon,
2158 exi->exi_export.ex_anon);
2235 anon_res = crsetugid(cr, exi->exi_export.ex_anon,
2236 exi->exi_export.ex_anon);
2244 * Even if anon access is disallowed via ex_anon == -1, we allow
2361 anon_res = crsetugid(cr, exi->exi_export.ex_anon,
[all...]
H A Dnfs_auth.c1220 *uid = exi->exi_export.ex_anon;
1222 *gid = exi->exi_export.ex_anon;
H A Dnfs_log_xdr.c218 if (!xdr_u_int(xdrs, &objp->exi_export.ex_anon))
H A Dnfs_export.c1254 kex->ex_anon = STRUCT_FGET(uexi, ex_anon);
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h139 unsigned int ex_anon; /* uid for unauthenticated requests */ member in struct:exportdata
155 uint32_t ex_anon; /* uid for unauthenticated requests */ member in struct:exportdata32
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h428 struct xucred ex_anon; /* mapping for anonymous user */ member in struct:oexport_args
443 struct xucred ex_anon; /* mapping for anonymous user */ member in struct:export_args
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c949 export->ex_anon = val;
1271 (void) printf("\tex_anon = %d\n", ep->ex_anon);
1817 export.ex_anon = UID_NOBODY; /* this is our default value */

Completed in 70 milliseconds