Searched refs:caller_uid (Results 1 – 4 of 4) sorted by relevance
295 kuid_t caller_uid; in __ptrace_may_access() local317 caller_uid = cred->fsuid; in __ptrace_may_access()328 caller_uid = cred->uid; in __ptrace_may_access()332 if (uid_eq(caller_uid, tcred->euid) && in __ptrace_may_access()333 uid_eq(caller_uid, tcred->suid) && in __ptrace_may_access()334 uid_eq(caller_uid, tcred->uid) && in __ptrace_may_access()
460 __le32 caller_uid, caller_gid; member
4153 u32 caller_uid, caller_gid; in ceph_handle_caps() local4159 ceph_decode_32_safe(&p, end, caller_uid, bad); in ceph_handle_caps()
2613 head->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, req->r_uid)); in create_request_message()