Searched refs:files_fdtable (Results 1 – 6 of 6) sorted by relevance
191 cur_fdt = files_fdtable(files); in expand_fdtable()218 fdt = files_fdtable(files); in expand_files()329 old_fdt = files_fdtable(oldf); in dup_fd()360 old_fdt = files_fdtable(oldf); in dup_fd()494 fdt = files_fdtable(files); in alloc_fd()601 fdt = files_fdtable(files); in fd_install()682 fdt = files_fdtable(cur_fds); in __range_cloexec()696 n = last_fd(files_fdtable(files)); in __range_close()806 fdt = files_fdtable(files); in do_close_on_exec()1181 fdt = files_fdtable(files); in set_close_on_exec()[all …]
427 fdt = files_fdtable(current->files); in max_select_fd()639 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 of84 must be used. However it is advisable to use files_fdtable()99 fdt = files_fdtable(files);
66 #define files_fdtable(files) \ macro101 return test_bit(fd, files_fdtable(files)->close_on_exec); in close_on_exec()
303 fdt = files_fdtable(p->files); in proc_readfd_count()
175 max_fds = files_fdtable(p->files)->max_fds; in task_state()
Completed in 18 milliseconds