| /kernel/ |
| D | user.c | 74 #define __uidhashfn(uid) (((uid >> UIDHASH_BITS) + uid) & UIDHASH_MASK) argument 75 #define uidhashentry(uid) (uidhash_table + __uidhashfn((__kuid_val(uid)))) argument 113 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() 147 struct user_struct *find_user(kuid_t uid) in find_user() 172 struct user_struct *alloc_uid(kuid_t uid) in alloc_uid()
|
| D | ucount.c | 18 #define ucounts_hashfn(ns, uid) \ argument 21 #define ucounts_hashentry(ns, uid) \ argument 115 static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashe… in find_ucounts() 126 static struct ucounts *get_ucounts(struct user_namespace *ns, kuid_t uid) in get_ucounts() 190 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount()
|
| D | user_namespace.c | 34 static struct ucounts *inc_user_namespaces(struct user_namespace *ns, kuid_t uid) in inc_user_namespaces() 285 kuid_t make_kuid(struct user_namespace *ns, uid_t uid) in make_kuid() 331 uid_t uid; in from_kuid_munged() local 867 kuid_t uid = make_kuid(ns->parent, id); in new_idmap_permitted() local
|
| D | exit.c | 1012 pid_t pid, uid_t uid, int why, int status) in wait_noreap_copyout() 1049 uid_t uid = from_kuid_munged(current_user_ns(), task_uid(p)); in wait_task_zombie() local 1229 uid_t uid = 0; /* unneeded, required by compiler */ in wait_task_stopped() local 1313 uid_t uid; in wait_task_continued() local
|
| D | auditsc.c | 311 static int audit_compare_uid(kuid_t uid, in audit_compare_uid() 965 kuid_t auid, kuid_t uid, unsigned int sessionid, in audit_log_pid_context() 1981 uid_t uid, oldloginuid, loginuid; in audit_log_set_loginuid() local 2145 void __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode) in __audit_ipc_set_perm() 2244 kuid_t uid = current_uid(), t_uid = task_uid(t); in __audit_signal_info() local 2365 kuid_t auid, uid; in audit_log_task() local
|
| D | uid16.c | 49 SYSCALL_DEFINE1(setuid16, old_uid_t, uid) in SYSCALL_DEFINE1() argument 101 SYSCALL_DEFINE1(setfsuid16, old_uid_t, uid) in SYSCALL_DEFINE1() argument
|
| D | audit.h | 88 kuid_t uid; member 139 kuid_t uid, euid, suid, fsuid; member 162 kuid_t uid; member
|
| D | sys.c | 184 kuid_t uid; in SYSCALL_DEFINE3() local 254 kuid_t uid; in SYSCALL_DEFINE2() local 535 SYSCALL_DEFINE1(setuid, uid_t, uid) in SYSCALL_DEFINE1() argument 748 SYSCALL_DEFINE1(setfsuid, uid_t, uid) in SYSCALL_DEFINE1() argument
|
| D | audit.c | 703 uid_t uid = from_kuid(&init_user_ns, current_uid()); in audit_log_common_recv_msg() local
|
| /kernel/bpf/ |
| D | helpers.c | 126 kuid_t uid; in BPF_CALL_0() local
|
| /kernel/trace/ |
| D | trace.h | 162 kuid_t uid; member
|