Lines Matching refs:files_struct

165 static int expand_fdtable(struct files_struct *files, unsigned int nr)  in expand_fdtable()
210 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files()
303 struct files_struct *dup_fd(struct files_struct *oldf, struct fd_range *punch_hole) in dup_fd()
305 struct files_struct *newf; in dup_fd()
398 static struct fdtable *close_files(struct files_struct * files) in close_files()
430 void put_files_struct(struct files_struct *files) in put_files_struct()
444 struct files_struct * files = tsk->files; in exit_files()
454 struct files_struct init_files = {
487 struct files_struct *files = current->files; in alloc_fd()
554 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd()
564 struct files_struct *files = current->files; in put_unused_fd()
590 struct files_struct *files = current->files; in fd_install()
628 struct file *file_close_fd_locked(struct files_struct *files, unsigned fd) in file_close_fd_locked()
649 struct files_struct *files = current->files; in close_fd()
675 static inline void __range_cloexec(struct files_struct *cur_fds, in __range_cloexec()
689 static inline void __range_close(struct files_struct *files, unsigned int fd, in __range_close()
728 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range()
786 struct files_struct *files = current->files; in file_close_fd()
796 void do_close_on_exec(struct files_struct *files) in do_close_on_exec()
923 static inline struct file *__fget_files_rcu(struct files_struct *files, in __fget_files_rcu()
999 static struct file *__fget_files(struct files_struct *files, unsigned int fd, in __fget_files()
1050 struct files_struct *files; in task_lookup_fdget_rcu()
1065 struct files_struct *files; in task_lookup_next_fdget_rcu()
1102 struct files_struct *files = current->files; in __fget_light()
1178 struct files_struct *files = current->files; in set_close_on_exec()
1198 static int do_dup2(struct files_struct *files, in do_dup2()
1246 struct files_struct *files = current->files; in replace_fd()
1325 struct files_struct *files = current->files; in ksys_dup3()
1363 struct files_struct *files = current->files; in SYSCALL_DEFINE2()
1408 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd()