Searched refs:caller_uid (Results 1 – 4 of 4) sorted by relevance
275 kuid_t caller_uid; in __ptrace_may_access() local297 caller_uid = cred->fsuid; in __ptrace_may_access()308 caller_uid = cred->uid; in __ptrace_may_access()312 if (uid_eq(caller_uid, tcred->euid) && in __ptrace_may_access()313 uid_eq(caller_uid, tcred->suid) && in __ptrace_may_access()314 uid_eq(caller_uid, tcred->uid) && in __ptrace_may_access()
451 __le32 caller_uid, caller_gid; member
3803 u32 caller_uid, caller_gid; in ceph_handle_caps() local3809 ceph_decode_32_safe(&p, end, caller_uid, bad); in ceph_handle_caps()
2089 head->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, req->r_uid)); in create_request_message()