Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2155 (void) crsetugid(cr, secp->s_rootid, in checkauth()
2156 secp->s_rootid); in checkauth()
2212 if (crgetuid(cr) == 0 && secp->s_rootid == 0) in checkauth()
2216 (void) crsetugid(cr, secp->s_rootid, secp->s_rootid); in checkauth()
2393 (void) crsetugid(cr, secp->s_rootid, in checkauth4()
2394 secp->s_rootid); in checkauth4()
2449 if (crgetuid(cr) == 0 && secp->s_rootid == 0) in checkauth4()
2452 (void) crsetugid(cr, secp->s_rootid, secp->s_rootid); in checkauth4()
H A Dnfs_export.c1584 sp2[i].s_rootid = STRUCT_FGET(usi, s_rootid); in exportfs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h78 uint_t s_rootid; /* UID to use for authorized roots */ member
93 uint32_t s_rootid; /* UID to use for authorized roots */ member
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1231 sp->s_rootid = val; in fill_security_from_secopts()
1310 (void) printf("\t\ts_rootid = %d\n", sp->s_rootid); in printarg()