Searched refs:cred (Results 1 – 1 of 1) sorted by relevance
1392 const struct cred *cred = current_cred(), *tcred; in SYSCALL_DEFINE4() local1434 if (!uid_eq(cred->euid, tcred->suid) && !uid_eq(cred->euid, tcred->uid) && in SYSCALL_DEFINE4()1435 !uid_eq(cred->uid, tcred->suid) && !uid_eq(cred->uid, tcred->uid) && in SYSCALL_DEFINE4()