Lines Matching refs:files_struct

153 static int expand_fdtable(struct files_struct *files, unsigned int nr)  in expand_fdtable()
198 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files()
287 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd()
289 struct files_struct *newf; in dup_fd()
383 static struct fdtable *close_files(struct files_struct * files) in close_files()
415 void put_files_struct(struct files_struct *files) in put_files_struct()
429 struct files_struct * files = tsk->files; in exit_files()
439 struct files_struct init_files = {
472 struct files_struct *files = current->files; in alloc_fd()
539 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd()
549 struct files_struct *files = current->files; in put_unused_fd()
575 struct files_struct *files = current->files; in fd_install()
609 static struct file *pick_file(struct files_struct *files, unsigned fd) in pick_file()
635 struct files_struct *files = current->files; in close_fd()
659 static inline void __range_cloexec(struct files_struct *cur_fds, in __range_cloexec()
673 static inline void __range_close(struct files_struct *cur_fds, unsigned int fd, in __range_close()
705 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range()
771 struct files_struct *files = current->files; in __close_fd_get_file()
798 struct files_struct *files = current->files; in close_fd_get_file()
808 void do_close_on_exec(struct files_struct *files) in do_close_on_exec()
844 static struct file *__fget_files(struct files_struct *files, unsigned int fd, in __fget_files()
905 struct files_struct *files; in task_lookup_fd_rcu()
920 struct files_struct *files; in task_lookup_next_fd_rcu()
956 struct files_struct *files = current->files; in __fget_light()
1009 struct files_struct *files = current->files; in set_close_on_exec()
1022 struct files_struct *files = current->files; in get_close_on_exec()
1032 static int do_dup2(struct files_struct *files, in do_dup2()
1079 struct files_struct *files = current->files; in replace_fd()
1163 struct files_struct *files = current->files; in ksys_dup3()
1201 struct files_struct *files = current->files; in SYSCALL_DEFINE2()
1242 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd()