HomeSort by: relevance | last modified time | path
    Searched refs:crhold (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 512 * the cred argument, by default. The crhold() should not be
516 authcred = crhold(cred);
566 authcred = crhold(nmp->nm_sockreq.nr_cred);
581 authcred = crhold(nmp->nm_sockreq.nr_cred);
603 authcred = crhold(nmp->nm_sockreq.nr_cred);
nfs_commonsubs.c 2702 newcred = crhold(usrp->lug_cred);
  /src/sys/fs/nfs/client/
nfs_clbio.c 241 cred = crhold(np->n_writecred);
243 cred = crhold(curthread->td_ucred); /* XXX */
804 crhold(cred);
1102 bp->b_wcred = crhold(cred);
1490 bp->b_rcred = crhold(cred);
1493 bp->b_wcred = crhold(cred);
nfs_clvnops.c 617 np->n_writecred = crhold(ap->a_cred);
2406 sp->s_cred = crhold(cnp->cn_cred);
nfs_clvfsops.c 1430 nmp->nm_sockreq.nr_cred = crhold(cred);
nfs_clrpcops.c 5346 * Ref. counting the credentials with crhold() is probably not
5350 nrp->nr_cred = crhold(nmp->nm_sockreq.nr_cred);
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 253 crhold(td->td_ucred);
400 * creds reference count will be incremented via crhold. The caller is
423 cred = crhold(ns->ns_ucred);
436 cred = crhold(p->p_ucred);
446 cred = crhold(td->td_ucred);

Completed in 36 milliseconds