Home
last modified time | relevance | path

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

/linux/fs/
H A Dbpf_fs_kfuncs.c46 return get_task_exe_file(task); in bpf_get_task_exe_file()
/linux/security/apparmor/
H A Dtask.c337 exe_file = get_task_exe_file(current); in get_current_exe_path()
/linux/kernel/
H A Dfork.c1358 struct file *get_task_exe_file(struct task_struct *task) in get_task_exe_file() function