Lines Matching refs:files_fdtable
195 cur_fdt = files_fdtable(files); in expand_fdtable()
222 fdt = files_fdtable(files); in expand_files()
342 old_fdt = files_fdtable(oldf); in dup_fd()
373 old_fdt = files_fdtable(oldf); in dup_fd()
508 fdt = files_fdtable(files); in alloc_fd()
570 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
612 fdt = files_fdtable(files); in fd_install()
639 struct fdtable *fdt = files_fdtable(files); in pick_file()
688 fdt = files_fdtable(cur_fds); in __range_cloexec()
701 n = last_fd(files_fdtable(cur_fds)); in __range_close()
756 if (max_fd >= last_fd(files_fdtable(cur_fds))) in __close_range()
827 fdt = files_fdtable(files); in do_close_on_exec()
973 for (; fd < files_fdtable(files)->max_fds; fd++) { in task_lookup_next_fd_rcu()
1068 fdt = files_fdtable(files); in set_close_on_exec()
1082 fdt = files_fdtable(files); in get_close_on_exec()
1109 fdt = files_fdtable(files); in do_dup2()
1307 for (fdt = files_fdtable(files); n < fdt->max_fds; n++) { in iterate_fd()