Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h69 extern struct file *fget_task_next(struct task_struct *task, unsigned int *fd);
/linux/fs/proc/
H A Dfd.c266 f = fget_task_next(p, &fd); in proc_readfd_common()
/linux/fs/
H A Dfile.c1085 struct file *fget_task_next(struct task_struct *task, unsigned int *ret_fd) in fget_task_next() function
1107 EXPORT_SYMBOL(fget_task_next);
/linux/kernel/bpf/
H A Dtask_iter.c288 f = fget_task_next(curr_task, &curr_fd); in task_file_seq_get_next()
/linux/fs/gfs2/
H A Dglock.c2746 i->file = fget_task_next(i->task, &i->fd); in gfs2_glockfd_next_file()