Searched refs:files_fdtable (Results 1 – 6 of 6) sorted by relevance
174 cur_fdt = files_fdtable(files); in expand_fdtable()201 fdt = files_fdtable(files); in expand_files()298 old_fdt = files_fdtable(oldf); in dup_fd()329 old_fdt = files_fdtable(oldf); in dup_fd()489 fdt = files_fdtable(files); in __alloc_fd()551 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()597 fdt = files_fdtable(files); in __fd_install()627 fdt = files_fdtable(files); in __close_fd()654 fdt = files_fdtable(files); in __close_fd_get_file()683 fdt = files_fdtable(files); in do_close_on_exec()[all …]
429 fdt = files_fdtable(current->files); in max_select_fd()638 fdt = files_fdtable(current->files); in core_sys_select()1189 fdt = files_fdtable(current->files); in compat_core_sys_select()
37 the files_fdtable() macro :43 fdt = files_fdtable(files);50 files_fdtable() uses rcu_dereference() macro which takes care of102 must be used. However it is advisable to use files_fdtable()115 fdt = files_fdtable(files);
76 #define files_fdtable(files) \ macro
40 struct fdtable *fdt = files_fdtable(files); in seq_show()246 fd < files_fdtable(files)->max_fds; in proc_readfd_common()
179 max_fds = files_fdtable(p->files)->max_fds; in task_state()