Home
last modified time | relevance | path

Searched refs:fget_task (Results 1 – 5 of 5) sorted by relevance

/linux/fs/proc/
H A Dfd.c119 file = fget_task(task, fd); in tid_fd_mode()
184 fd_file = fget_task(task, fd); in proc_fd_link()
/linux/include/linux/
H A Dfile.h68 extern struct file *fget_task(struct task_struct *task, unsigned int fd);
/linux/kernel/
H A Dpid.c882 file = fget_task(task, fd); in pidfd_getfd()
/linux/fs/
H A Dfile.c1123 struct file *fget_task(struct task_struct *task, unsigned int fd) in fget_task() function
/linux/kernel/bpf/
H A Dsyscall.c5578 file = fget_task(task, fd); in bpf_task_fd_query()