Searched refs:files_fdtable (Results 1 – 7 of 7) sorted by relevance
191 cur_fdt = files_fdtable(files); in expand_fdtable()218 fdt = files_fdtable(files); in expand_files()324 old_fdt = files_fdtable(oldf); in dup_fd()355 old_fdt = files_fdtable(oldf); in dup_fd()489 fdt = files_fdtable(files); in alloc_fd()593 fdt = files_fdtable(files); in fd_install()670 fdt = files_fdtable(cur_fds); in __range_cloexec()799 fdt = files_fdtable(files); in do_close_on_exec()1054 fdt = files_fdtable(files); in set_close_on_exec()1068 fdt = files_fdtable(files); in get_close_on_exec()[all …]
430 fdt = files_fdtable(current->files); in max_select_fd()642 fdt = files_fdtable(current->files); in core_sys_select()1209 fdt = files_fdtable(current->files); in compat_core_sys_select()
40 the files_fdtable() macro::46 fdt = files_fdtable(files);53 files_fdtable() uses rcu_dereference() macro which takes care of106 must be used. However it is advisable to use files_fdtable()120 fdt = files_fdtable(files);
76 #define files_fdtable(files) \ macro
42 struct fdtable *fdt = files_fdtable(files); in seq_show()302 fdt = files_fdtable(p->files); in proc_readfd_count()
175 max_fds = files_fdtable(p->files)->max_fds; in task_state()
233 fdt = files_fdtable(files); in io_close()