Searched refs:task_lookup_next_fd_rcu (Results 1 – 5 of 5) sorted by relevance
113 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *fd);
268 f = task_lookup_next_fd_rcu(p, &fd); in proc_readfd_common()
936 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *ret_fd) in task_lookup_next_fd_rcu() function956 EXPORT_SYMBOL(task_lookup_next_fd_rcu);
311 f = task_lookup_next_fd_rcu(curr_task, &curr_fd); in task_file_seq_get_next()
2765 i->file = task_lookup_next_fd_rcu(i->task, &i->fd); in gfs2_glockfd_next_file()