Home
last modified time | relevance | path

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

/trueos/sys/fs/nfs/
HDnfs_commonkrpc.c616 if (nrp->nr_auth == NULL) in newnfs_request()
617 nrp->nr_auth = nfs_getauth(nrp, secflavour, in newnfs_request()
620 rpc_gss_refresh_auth_call(nrp->nr_auth); in newnfs_request()
621 auth = nrp->nr_auth; in newnfs_request()
HDnfs.h527 AUTH *nr_auth; member
/trueos/sys/fs/nfsclient/
HDnfs_clvfsops.c1496 if (nmp->nm_sockreq.nr_auth != NULL) in mountnfs()
1497 AUTH_DESTROY(nmp->nm_sockreq.nr_auth); in mountnfs()
1568 if (nmp->nm_sockreq.nr_auth != NULL) in nfs_unmount()
1569 AUTH_DESTROY(nmp->nm_sockreq.nr_auth); in nfs_unmount()