Searched refs:files_fdtable (Results 1 – 6 of 6) sorted by relevance
255 cur_fdt = files_fdtable(files); in expand_fdtable()281 fdt = files_fdtable(files); in expand_files()393 old_fdt = files_fdtable(oldf); in dup_fd()417 old_fdt = files_fdtable(oldf); in dup_fd()564 fdt = files_fdtable(files); in alloc_fd()613 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()650 fdt = files_fdtable(files); in fd_install()731 fdt = files_fdtable(cur_fds); in __range_cloexec()745 n = last_fd(files_fdtable(files)); in __range_close()857 fdt = files_fdtable(files); in do_close_on_exec()[all …]
427 fdt = files_fdtable(current->files); in max_select_fd()638 fdt = files_fdtable(current->files); in core_sys_select()1203 fdt = files_fdtable(current->files); in compat_core_sys_select()
66 #define files_fdtable(files) \ macro97 return test_bit(fd, files_fdtable(files)->close_on_exec); in close_on_exec()
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);
298 fdt = files_fdtable(p->files); in proc_readfd_count()
175 max_fds = files_fdtable(p->files)->max_fds; in task_state()