Home
last modified time | relevance | path

Searched refs:get_task_cred (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dcred.c196 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() function
210 EXPORT_SYMBOL(get_task_cred);
700 old = get_task_cred(daemon); in prepare_kernel_cred()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcred.h158 extern const struct cred *get_task_cred(struct task_struct *);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dauth.c614 .cred = get_task_cred(&init_task), in rpcauth_bind_root_cred()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c172 cred = get_task_cred(p); in task_state()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-v1.c516 tcred = get_task_cred(task); in __cgroup1_procs_write()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlsm.c593 const struct cred *cred = get_task_cred(task); in apparmor_getprocattr()
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dcredentials.rst387 const struct cred *get_task_cred(struct task_struct *task);
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c634 const struct cred *tcred = get_task_cred(task); in rdtgroup_task_write_permission()