Home
last modified time | relevance | path

Searched refs:um_cred (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/ufs/ffs/
H A Dufsmount.h31 struct ucred *um_cred[MAXQUOTAS]; /* quota file access cred */ member
H A Dufs_quota.c370 ump->um_cred[type] = p->p_ucred;
449 crfree(ump->um_cred[type]);
450 ump->um_cred[type] = NOCRED;
752 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
872 error = VOP_WRITE(dqvp, &auio, 0, dq->dq_ump->um_cred[dq->dq_type]);
/original-bsd/sys/ufs/ufs/
H A Dufsmount.h54 struct ucred *um_cred[MAXQUOTAS]; /* quota file access cred */ member
H A Dufs_quota.c366 ump->um_cred[type] = p->p_ucred;
442 crfree(ump->um_cred[type]);
443 ump->um_cred[type] = NOCRED;
743 error = VOP_READ(dqvp, &auio, 0, ump->um_cred[type]);
852 error = VOP_WRITE(dqvp, &auio, 0, dq->dq_ump->um_cred[dq->dq_type]);
/original-bsd/sys/miscfs/union/
H A Dunion_vfsops.c144 um->um_cred = p->p_ucred;
145 crhold(um->um_cred);
299 crfree(um->um_cred);
H A Dunion.h27 struct ucred *um_cred; /* Credentials of user calling mount */ member
H A Dunion_vnops.c224 cnp->cn_cred = um->um_cred;
549 ap->a_cred = um->um_cred;
H A Dunion_subr.c705 cn->cn_cred = um->um_cred;