Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfile.h69 extern struct file *fget_task_next(struct task_struct *task, unsigned int *fd);
/linux-6.15/fs/proc/
H A Dfd.c266 f = fget_task_next(p, &fd); in proc_readfd_common()
/linux-6.15/fs/
H A Dfile.c1091 struct file *fget_task_next(struct task_struct *task, unsigned int *ret_fd) in fget_task_next() function
1113 EXPORT_SYMBOL(fget_task_next);
/linux-6.15/kernel/bpf/
H A Dtask_iter.c288 f = fget_task_next(curr_task, &curr_fd); in task_file_seq_get_next()
/linux-6.15/fs/gfs2/
H A Dglock.c2754 i->file = fget_task_next(i->task, &i->fd); in gfs2_glockfd_next_file()