Home
last modified time | relevance | path

Searched refs:task_cred_xxx (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/linux/
H A Dcred.h337 #define task_cred_xxx(task, xxx) \ macro
346 #define task_uid(task) (task_cred_xxx((task), uid))
347 #define task_euid(task) (task_cred_xxx((task), euid))
348 #define task_ucounts(task) (task_cred_xxx((task), ucounts))
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dcredentials.rst356 task_cred_xxx(task, member)
360 uid_t task_cred_xxx(task, suid);
/linux-6.15/kernel/
H A Dnsproxy.c154 struct user_namespace *user_ns = task_cred_xxx(tsk, user_ns); in copy_namespaces()
H A Dsignal.c1101 from_kuid_munged(task_cred_xxx(t, user_ns), in __send_signal_locked()
1200 t_user_ns = task_cred_xxx(t, user_ns); in send_signal_locked()
2212 info.si_uid = from_kuid_munged(task_cred_xxx(tsk->parent, user_ns), in do_notify_parent()
2303 info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); in do_notify_parent_cldstop()
/linux-6.15/fs/
H A Dpidfs.c479 ns_common = to_ns_common(get_user_ns(task_cred_xxx(task, user_ns))); in pidfd_ioctl()
/linux-6.15/Documentation/security/
H A Dcredentials.rst416 task_cred_xxx(task, member)
420 uid_t task_cred_xxx(task, suid);
/linux-6.15/fs/proc/
H A Dbase.c3105 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_id_map_open()
3183 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_setgroups_open()