Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c720 struct ucred *credanon, *rootcred, *savecred; in nfsrvd_compound() local
731 rootcred = savecred = NULL; in nfsrvd_compound()
986 if (rootcred == NULL) in nfsrvd_compound()
987 rootcred = nfsrv_createrootcred(); in nfsrvd_compound()
990 nd->nd_cred = rootcred; in nfsrvd_compound()
1411 if (rootcred != NULL) in nfsrvd_compound()
1412 crfree(rootcred); in nfsrvd_compound()