Searched refs:caller_uid (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/kernel/ |
D | ptrace.c | 280 kuid_t caller_uid; in __ptrace_may_access() local 302 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()
|
/linux-6.12.1/include/linux/ceph/ |
D | ceph_fs.h | 499 __le32 caller_uid, caller_gid; member 515 __le32 caller_uid, caller_gid; member 529 __le32 caller_uid, caller_gid; member
|
/linux-6.12.1/fs/ceph/ |
D | mds_client.c | 3156 lhead->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, in create_request_message() 5615 u32 caller_uid = from_kuid(&init_user_ns, cred->fsuid); in ceph_mds_auth_match() local 5625 if (auth->match.uid != caller_uid) in ceph_mds_auth_match() 5724 u32 caller_uid = from_kuid(&init_user_ns, cred->fsuid); in ceph_mds_check_access() local 5732 tpath, mask, caller_uid, caller_gid); in ceph_mds_check_access() 5745 s->match.root_squash && (!caller_uid || !caller_gid)) in ceph_mds_check_access() 5763 caller_uid, caller_gid); in ceph_mds_check_access()
|