Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dcred.h354 #define task_cred_xxx(task, xxx) \ macro
363 #define task_uid(task) (task_cred_xxx((task), uid))
364 #define task_euid(task) (task_cred_xxx((task), euid))
/linux-4.19.296/fs/proc/
Dbase.c2815 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_id_map_open()
2893 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_setgroups_open()