Searched refs:caller_uid (Results 1 – 4 of 4) sorted by relevance
279 kuid_t caller_uid; in __ptrace_may_access() local301 caller_uid = cred->fsuid; in __ptrace_may_access()312 caller_uid = cred->uid; in __ptrace_may_access()316 if (uid_eq(caller_uid, tcred->euid) && in __ptrace_may_access()317 uid_eq(caller_uid, tcred->suid) && in __ptrace_may_access()318 uid_eq(caller_uid, tcred->uid) && in __ptrace_may_access()
459 __le32 caller_uid, caller_gid; member
4031 u32 caller_uid, caller_gid; in ceph_handle_caps() local4037 ceph_decode_32_safe(&p, end, caller_uid, bad); in ceph_handle_caps()
2549 head->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, req->r_uid)); in create_request_message()