Lines Matching defs:files

237 static int expand_fdtable(struct files_struct *files, unsigned int nr)  in expand_fdtable()
273 static int expand_files(struct files_struct *files, unsigned int nr) in expand_files()
459 static struct fdtable *close_files(struct files_struct * files) in close_files()
491 void put_files_struct(struct files_struct *files) in put_files_struct()
505 struct files_struct * files = tsk->files; in exit_files() local
557 struct files_struct *files = current->files; in alloc_fd() local
611 static void __put_unused_fd(struct files_struct *files, unsigned int fd) in __put_unused_fd()
621 struct files_struct *files = current->files; in put_unused_fd() local
639 struct files_struct *files = current->files; in fd_install() local
677 struct file *file_close_fd_locked(struct files_struct *files, unsigned fd) in file_close_fd_locked()
698 struct files_struct *files = current->files; in close_fd() local
738 static inline void __range_close(struct files_struct *files, unsigned int fd, in __range_close()
837 struct files_struct *files = current->files; in file_close_fd() local
847 void do_close_on_exec(struct files_struct *files) in do_close_on_exec()
974 static inline struct file *__fget_files_rcu(struct files_struct *files, in __fget_files_rcu()
1050 static struct file *__fget_files(struct files_struct *files, unsigned int fd, in __fget_files()
1094 struct files_struct *files; in fget_task_next() local
1140 struct files_struct *files = current->files; in __fget_light() local
1231 struct files_struct *files = current->files; in set_close_on_exec() local
1246 static int do_dup2(struct files_struct *files, in do_dup2()
1302 struct files_struct *files = current->files; in replace_fd() local
1381 struct files_struct *files = current->files; in ksys_dup3() local
1419 struct files_struct *files = current->files; in SYSCALL_DEFINE2() local
1464 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd()