Searched refs:task_cred_xxx (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | cred.h | 363 #define task_cred_xxx(task, xxx) \ macro 372 #define task_uid(task) (task_cred_xxx((task), uid)) 373 #define task_euid(task) (task_cred_xxx((task), euid)) 374 #define task_ucounts(task) (task_cred_xxx((task), ucounts))
|
/linux/kernel/ |
A D | nsproxy.c | 154 struct user_namespace *user_ns = task_cred_xxx(tsk, user_ns); in copy_namespaces()
|
A D | signal.c | 1130 from_kuid_munged(task_cred_xxx(t, user_ns), in __send_signal() 1229 t_user_ns = task_cred_xxx(t, user_ns); in send_signal() 2054 info.si_uid = from_kuid_munged(task_cred_xxx(tsk->parent, user_ns), in do_notify_parent() 2145 info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); in do_notify_parent_cldstop()
|
/linux/Documentation/security/ |
A D | credentials.rst | 416 task_cred_xxx(task, member) 420 uid_t task_cred_xxx(task, suid);
|
/linux/fs/proc/ |
A D | base.c | 3018 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_id_map_open() 3096 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_setgroups_open()
|
Completed in 20 milliseconds