Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfdtable.h114 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *fd);
/linux-6.1.9/fs/proc/
Dfd.c260 f = task_lookup_next_fd_rcu(p, &fd); in proc_readfd_common()
/linux-6.1.9/fs/
Dfile.c963 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *ret_fd) in task_lookup_next_fd_rcu() function
983 EXPORT_SYMBOL(task_lookup_next_fd_rcu);
/linux-6.1.9/kernel/bpf/
Dtask_iter.c311 f = task_lookup_next_fd_rcu(curr_task, &curr_fd); in task_file_seq_get_next()
/linux-6.1.9/fs/gfs2/
Dglock.c2806 i->file = task_lookup_next_fd_rcu(i->task, &i->fd); in gfs2_glockfd_next_file()