Home
last modified time | relevance | path

Searched refs:get_task_exe_file (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/
Dbpf_fs_kfuncs.c41 return get_task_exe_file(task); in bpf_get_task_exe_file()
/linux-6.12.1/kernel/
Dtaskstats.c160 struct file *exe_file = get_task_exe_file(tsk); in exe_add_tsk()
Dfork.c1498 struct file *get_task_exe_file(struct task_struct *task) in get_task_exe_file() function
Dsignal.c1255 exe_file = get_task_exe_file(current); in print_fatal_signal()
/linux-6.12.1/include/linux/
Dmm.h3322 extern struct file *get_task_exe_file(struct task_struct *task);
/linux-6.12.1/fs/proc/
Dbase.c1784 exe_file = get_task_exe_file(task); in proc_exe_link()