Searched refs:task_cred_xxx (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | cred.h | 362 #define task_cred_xxx(task, xxx) \ macro 371 #define task_uid(task) (task_cred_xxx((task), uid)) 372 #define task_euid(task) (task_cred_xxx((task), euid))
|
| /Linux-v5.4/kernel/ |
| D | nsproxy.c | 137 struct user_namespace *user_ns = task_cred_xxx(tsk, user_ns); in copy_namespaces()
|
| D | signal.c | 1123 from_kuid_munged(task_cred_xxx(t, user_ns), in __send_signal() 1220 t_user_ns = task_cred_xxx(t, user_ns); in send_signal() 1949 info.si_uid = from_kuid_munged(task_cred_xxx(tsk->parent, user_ns), in do_notify_parent() 2036 info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); in do_notify_parent_cldstop()
|
| /Linux-v5.4/Documentation/security/ |
| D | credentials.rst | 417 task_cred_xxx(task, member) 421 uid_t task_cred_xxx(task, suid);
|
| /Linux-v5.4/fs/proc/ |
| D | base.c | 2838 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_id_map_open() 2916 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_setgroups_open()
|