Lines Matching defs:cred
449 * @cred struct cred associated with the `struct file`
497 const struct cred *cred;
2548 if (security_binder_transfer_binder(proc->cred, target_proc->cred)) {
2594 if (security_binder_transfer_binder(proc->cred, target_proc->cred)) {
2682 ret = security_binder_transfer_file(proc->cred, target_proc->cred, file);
3337 if (security_binder_transaction(proc->cred,
3338 target_proc->cred) < 0) {
3477 security_cred_getsecid(proc->cred, &secid);
5167 put_cred(proc->cred);
5379 ret = security_binder_set_context_mgr(proc->cred);
5756 proc->cred = get_cred(filp->f_cred);