Home
last modified time | relevance | path

Searched refs:ex_anon (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2126 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth()
2127 exi->exi_export.ex_anon); in checkauth()
2133 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth()
2134 exi->exi_export.ex_anon); in checkauth()
2160 exi->exi_export.ex_anon, in checkauth()
2161 exi->exi_export.ex_anon); in checkauth()
2238 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth()
2239 exi->exi_export.ex_anon); in checkauth()
2364 anon_res = crsetugid(cr, exi->exi_export.ex_anon, in checkauth4()
2365 exi->exi_export.ex_anon); in checkauth4()
[all …]
H A Dnfs_auth.c1281 *uid = exi->exi_export.ex_anon; in nfsauth_access()
1283 *gid = exi->exi_export.ex_anon; in nfsauth_access()
H A Dnfs_log_xdr.c219 if (!xdr_u_int(xdrs, &objp->exi_export.ex_anon)) in xdr_nfslog_sharefsargs()
H A Dnfs_export.c1254 kex->ex_anon = STRUCT_FGET(uexi, ex_anon); in exportfs()
/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h139 unsigned int ex_anon; /* uid for unauthenticated requests */ member
155 uint32_t ex_anon; /* uid for unauthenticated requests */ member
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c950 export->ex_anon = val; in fill_export_from_optionset()
1270 (void) printf("\tex_anon = %d\n", ep->ex_anon); in printarg()
1818 export.ex_anon = UID_NOBODY; /* this is our default value */ in nfs_enable_share()