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

123

/freebsd-10-stable/sys/sys/
H A Ducred.h113 struct ucred *crhold(struct ucred *cr);
/freebsd-10-stable/sys/vm/
H A Ddefault_pager.c99 crhold(cred);
H A Dvnode_pager.c546 bp->b_rcred = crhold(curthread->td_ucred);
547 bp->b_wcred = crhold(curthread->td_ucred);
890 bp->b_rcred = crhold(curthread->td_ucred);
891 bp->b_wcred = crhold(curthread->td_ucred);
H A Dswap_pager.c622 crhold(cred);
640 crhold(cred);
1175 bp->b_rcred = crhold(thread0.td_ucred);
1176 bp->b_wcred = crhold(thread0.td_ucred);
1388 bp->b_rcred = crhold(thread0.td_ucred);
1389 bp->b_wcred = crhold(thread0.td_ucred);
H A Dvm_map.c1277 crhold(cred);
1703 crhold(entry->cred);
1783 crhold(entry->cred);
2017 crhold(cred);
2042 crhold(cred);
3212 crhold(cred);
3217 crhold(cred);
3257 crhold(dst_entry->cred);
3496 crhold(new_entry->cred);
4066 crhold(cre
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcred.h70 extern void crhold(cred_t *);
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_bio.c258 cred = crhold(np->n_writecred);
260 cred = crhold(curthread->td_ucred); /* XXX */
818 crhold(cred);
1112 bp->b_wcred = crhold(cred);
1451 bp->b_rcred = crhold(cred);
1454 bp->b_wcred = crhold(cred);
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c264 cred = crhold(np->n_writecred);
266 cred = crhold(curthread->td_ucred); /* XXX */
827 crhold(cred);
1125 bp->b_wcred = crhold(cred);
1513 bp->b_rcred = crhold(cred);
1516 bp->b_wcred = crhold(cred);
/freebsd-10-stable/sys/kern/
H A Dtty_pts.c760 psc->pts_cred = crhold(cred);
807 psc->pts_cred = crhold(cred);
H A Dkern_kthread.c294 newtd->td_ucred = crhold(p->p_ucred);
H A Dkern_ktrace.c585 p2->p_tracecred = crhold(p1->p_tracecred);
1067 p->p_tracecred = crhold(td->td_ucred);
1162 crhold(cred);
H A Dkern_acct.c284 acct_cred = crhold(td->td_ucred);
H A Dvfs_export.c485 crhold(*credanonp);
H A Dkern_fork.c508 td2->td_ucred = crhold(p2->p_ucred);
917 proc_set_cred_init(newproc, crhold(td->td_ucred));
H A Dkern_alq.c458 alq->aq_cred = crhold(cred);
/freebsd-10-stable/sys/dev/nand/
H A Dnandsim_swap.c159 swap->swap_cred = crhold(curthread->td_ucred);
/freebsd-10-stable/sys/security/mac/
H A Dmac_process.c217 cred = crhold(td->td_proc->p_ucred);
H A Dmac_syscalls.c103 tcred = crhold(tproc->p_ucred);
/freebsd-10-stable/sys/nlm/
H A Dnlm_advlock.c251 crhold(td->td_ucred);
398 * creds reference count will be incremented via crhold. The caller is
421 cred = crhold(ns->ns_ucred);
434 cred = crhold(p->p_ucred);
444 cred = crhold(td->td_ucred);
/freebsd-10-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c520 * the cred argument, by default. The crhold() should not be
524 authcred = crhold(cred);
574 authcred = crhold(nmp->nm_sockreq.nr_cred);
589 authcred = crhold(nmp->nm_sockreq.nr_cred);
611 authcred = crhold(nmp->nm_sockreq.nr_cred);
/freebsd-10-stable/sys/dev/filemon/
H A Dfilemon.c424 filemon->cred = crhold(td->td_ucred);
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c166 ssk->cred = crhold(child->so_cred);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_fork.c301 newtd->td_ucred = crhold(td->td_ucred);
/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_io.c508 bp->b_wcred = crhold(cred);
H A Dfuse_ipc.c425 data->daemoncred = crhold(cred);

Completed in 237 milliseconds

123