Lines Matching refs:tcred
2127 struct ucred *tcred; in nfscl_recover() local
2164 tcred = NULL; in nfscl_recover()
2216 tcred = newnfs_getcred(); in nfscl_recover()
2245 newnfs_copycred(&op->nfso_cred, tcred); in nfscl_recover()
2249 tcred, p); in nfscl_recover()
2298 lop->nfslo_type, tcred, p); in nfscl_recover()
2323 nfscl_expireclient(clp, nmp, tcred, p); in nfscl_recover()
2379 newnfs_copycred(&dp->nfsdl_cred, tcred); in nfscl_recover()
2380 newnfs_copyincred(tcred, &nop->nfso_cred); in nfscl_recover()
2385 delegtype, tcred, p); in nfscl_recover()
2424 nfscl_expireclient(clp, nmp, tcred, p); in nfscl_recover()
2447 newnfs_copycred(&op->nfso_cred, tcred); in nfscl_recover()
2448 error = nfscl_tryclose(op, tcred, nmp, p, true); in nfscl_recover()
2460 newnfs_copycred(&dp->nfsdl_cred, tcred); in nfscl_recover()
2461 error = nfscl_trydelegreturn(dp, tcred, nmp, p); in nfscl_recover()
2479 if (tcred != NULL) in nfscl_recover()
2480 NFSFREECRED(tcred); in nfscl_recover()