Searched refs:caller_uid (Results 1 – 4 of 4) sorted by relevance
280 kuid_t caller_uid; in __ptrace_may_access() local302 caller_uid = cred->fsuid; in __ptrace_may_access()313 caller_uid = cred->uid; in __ptrace_may_access()317 if (uid_eq(caller_uid, tcred->euid) && in __ptrace_may_access()318 uid_eq(caller_uid, tcred->suid) && in __ptrace_may_access()319 uid_eq(caller_uid, tcred->uid) && in __ptrace_may_access()
457 __le32 caller_uid, caller_gid; member
3871 u32 caller_uid, caller_gid; in ceph_handle_caps() local3877 ceph_decode_32_safe(&p, end, caller_uid, bad); in ceph_handle_caps()
2346 head->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, req->r_uid)); in create_request_message()