Searched refs:files_fdtable (Results 1 – 7 of 7) sorted by relevance
178 cur_fdt = files_fdtable(files); in expand_fdtable()205 fdt = files_fdtable(files); in expand_files()312 old_fdt = files_fdtable(oldf); in dup_fd()343 old_fdt = files_fdtable(oldf); in dup_fd()504 fdt = files_fdtable(files); in __alloc_fd()571 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()617 fdt = files_fdtable(files); in __fd_install()648 fdt = files_fdtable(files); in pick_file()699 cur_max = files_fdtable(cur_fds)->max_fds; in __close_range()767 fdt = files_fdtable(files); in __close_fd_get_file()[all …]
429 fdt = files_fdtable(current->files); in max_select_fd()638 fdt = files_fdtable(current->files); in core_sys_select()1199 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);
77 #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()
178 max_fds = files_fdtable(p->files)->max_fds; in task_state()
182 max_fds = files_fdtable(curr_files)->max_fds; in task_file_seq_get_next()