Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfdtable.h113 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *fd);
/openbmc/linux/fs/proc/
H A Dfd.c268 f = task_lookup_next_fd_rcu(p, &fd); in proc_readfd_common()
/openbmc/linux/fs/
H A Dfile.c936 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *ret_fd) in task_lookup_next_fd_rcu() function
956 EXPORT_SYMBOL(task_lookup_next_fd_rcu);
/openbmc/linux/kernel/bpf/
H A Dtask_iter.c311 f = task_lookup_next_fd_rcu(curr_task, &curr_fd); in task_file_seq_get_next()
/openbmc/linux/fs/gfs2/
H A Dglock.c2765 i->file = task_lookup_next_fd_rcu(i->task, &i->fd); in gfs2_glockfd_next_file()