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()
689 fdt = files_fdtable(cur_fds); in __range_cloexec()
702 n = last_fd(files_fdtable(cur_fds)); in __range_close()
757 if (max_fd >= last_fd(files_fdtable(cur_fds))) in __close_range()
828 fdt = files_fdtable(files); in do_close_on_exec()
974 for (; fd < files_fdtable(files)->max_fds; fd++) { in task_lookup_next_fd_rcu()
1069 fdt = files_fdtable(files); in set_close_on_exec()
1083 fdt = files_fdtable(files); in get_close_on_exec()
1110 fdt = files_fdtable(files); in do_dup2()
1308 for (fdt = files_fdtable(files); n < fdt->max_fds; n++) { in iterate_fd()