Searched refs:s_rootid (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/nfs/ |
H A D | export.h | 71 uint_t s_rootid; /* UID to use for authorized roots */ member 86 uint32_t s_rootid; /* UID to use for authorized roots */ member
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2153 (void) crsetugid(cr, secp->s_rootid, in checkauth() 2154 secp->s_rootid); in checkauth() 2210 if (crgetuid(cr) == 0 && secp->s_rootid == 0) in checkauth() 2214 (void) crsetugid(cr, secp->s_rootid, secp->s_rootid); in checkauth() 2392 (void) crsetugid(cr, secp->s_rootid, in checkauth4() 2393 secp->s_rootid); in checkauth4() 2452 if (crgetuid(cr) == 0 && secp->s_rootid == 0) { in checkauth4() 2457 (void) crsetugid(cr, secp->s_rootid, secp->s_rootid); in checkauth4()
|
H A D | nfs_export.c | 1352 sp2[i].s_rootid = STRUCT_FGET(usi, s_rootid); in exportfs()
|
/titanic_44/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 1208 sp->s_rootid = val; in fill_security_from_secopts() 1287 (void) printf("\t\ts_rootid = %d\n", sp->s_rootid); in printarg()
|