Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dfdtable.h114 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *fd);
/kernel/linux/linux-6.6/fs/proc/
H A Dfd.c262 f = task_lookup_next_fd_rcu(p, &fd); in proc_readfd_common()
/kernel/linux/linux-6.6/fs/
H A Dfile.c966 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *ret_fd) in task_lookup_next_fd_rcu() function
986 EXPORT_SYMBOL(task_lookup_next_fd_rcu); variable
/kernel/linux/linux-6.6/kernel/bpf/
H A Dtask_iter.c311 f = task_lookup_next_fd_rcu(curr_task, &curr_fd); in task_file_seq_get_next()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dglock.c2722 i->file = task_lookup_next_fd_rcu(i->task, &i->fd); in gfs2_glockfd_next_file()

Completed in 9 milliseconds