Lines Matching defs:cred
119 struct ucred *cred;
128 cred = crget();
129 cred->cr_ngroups = 0;
131 (void)nfs_fsinfo(nmp, vp, cred, p);
137 info.nmi_cred = cred;
180 crfree(cred);
188 nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred,
201 info.nmi_cred = cred;
791 nfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
823 error = VOP_FSYNC(vp, cred, waitfor, p);