Searched refs:crhold (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-cred.c56 crhold(cred_t *cr) function
93 * to use as long as the caller has taken a reference with crhold().
183 EXPORT_SYMBOL(crhold); variable
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c120 crhold(cr);
143 crhold(cr);
H A Dzpl_ctldir.c133 crhold(cr);
226 crhold(cr);
319 crhold(cr);
343 crhold(cr);
364 crhold(cr);
460 crhold(cr);
499 crhold(cr);
H A Dzpl_file.c54 crhold(cr);
75 crhold(cr);
91 crhold(cr);
131 crhold(cr);
169 crhold(cr);
268 crhold(cr);
330 crhold(cr);
368 crhold(cr);
411 crhold(cr);
737 crhold(c
[all...]
H A Dzpl_inode.c53 crhold(cr);
144 crhold(cr);
195 crhold(cr);
240 crhold(cr);
283 crhold(cr);
315 crhold(cr);
351 crhold(cr);
418 crhold(cr);
463 crhold(cr);
497 crhold(c
[all...]
H A Dzpl_super.c124 crhold(cr);
H A Dzpl_xattr.c246 crhold(cr);
435 crhold(cr);
604 crhold(cr);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h48 extern void crhold(cred_t *cr);
/freebsd-13-stable/sys/vm/
H A Ddefault_pager.c97 crhold(cred);
H A Dvnode_pager.c620 bp->b_rcred = crhold(curthread->td_ucred);
621 bp->b_wcred = crhold(curthread->td_ucred);
1067 bp->b_rcred = crhold(curthread->td_ucred);
1068 bp->b_wcred = crhold(curthread->td_ucred);
H A Dswap_pager.c669 crhold(cred);
1344 bp->b_rcred = crhold(thread0.td_ucred);
1345 bp->b_wcred = crhold(thread0.td_ucred);
1549 bp->b_rcred = crhold(thread0.td_ucred);
1550 bp->b_wcred = crhold(thread0.td_ucred);
/freebsd-13-stable/sys/sys/
H A Ducred.h156 struct ucred *crhold(struct ucred *cr);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcred.h70 extern void crhold(cred_t *);
/freebsd-13-stable/sys/kern/
H A Dkern_loginclass.c233 crhold(newcred);
H A Dtty_pts.c776 psc->pts_cred = crhold(cred);
823 psc->pts_cred = crhold(cred);
H A Dkern_acct.c283 acct_cred = crhold(td->td_ucred);
H A Dkern_prot.c574 crhold(newcred);
927 crhold(newcred);
1073 crhold(newcred);
2013 crhold(struct ucred *cr) function
H A Dvfs_export.c530 crhold(*credanonp);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c286 cred = crhold(np->n_writecred);
288 cred = crhold(curthread->td_ucred); /* XXX */
855 crhold(cred);
1155 bp->b_wcred = crhold(cred);
1537 bp->b_rcred = crhold(cred);
1540 bp->b_wcred = crhold(cred);
/freebsd-13-stable/sys/dev/filemon/
H A Dfilemon.c423 filemon->cred = crhold(td->td_ucred);
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c578 * the cred argument, by default. The crhold() should not be
582 authcred = crhold(cred);
632 authcred = crhold(nmp->nm_sockreq.nr_cred);
647 authcred = crhold(nmp->nm_sockreq.nr_cred);
669 authcred = crhold(nmp->nm_sockreq.nr_cred);
/freebsd-13-stable/sys/security/mac/
H A Dmac_process.c216 cred = crhold(td->td_proc->p_ucred);
/freebsd-13-stable/sys/nlm/
H A Dnlm_advlock.c254 crhold(td->td_ucred);
401 * creds reference count will be incremented via crhold. The caller is
424 cred = crhold(ns->ns_ucred);
437 cred = crhold(p->p_ucred);
447 cred = crhold(td->td_ucred);
/freebsd-13-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c269 sc->cred = crhold(td->td_ucred);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c172 ssk->cred = crhold(child->so_cred);

Completed in 275 milliseconds

123