Searched refs:fget_task_next (Results 1 – 5 of 5) sorted by relevance
69 extern struct file *fget_task_next(struct task_struct *task, unsigned int *fd);
266 f = fget_task_next(p, &fd); in proc_readfd_common()
1085 struct file *fget_task_next(struct task_struct *task, unsigned int *ret_fd) in fget_task_next() function1107 EXPORT_SYMBOL(fget_task_next);
288 f = fget_task_next(curr_task, &curr_fd); in task_file_seq_get_next()
2746 i->file = fget_task_next(i->task, &i->fd); in gfs2_glockfd_next_file()