Home
last modified time | relevance | path

Searched refs:files_fdtable (Results 1 – 6 of 6) sorted by relevance

/linux/fs/
A Dfile.c191 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 …]
A Dselect.c427 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()
/linux/Documentation/filesystems/
A Dfiles.rst40 the files_fdtable() macro::
46 fdt = files_fdtable(files);
53 files_fdtable() uses rcu_dereference() macro which takes care of
84 must be used. However it is advisable to use files_fdtable()
99 fdt = files_fdtable(files);
/linux/include/linux/
A Dfdtable.h66 #define files_fdtable(files) \ macro
101 return test_bit(fd, files_fdtable(files)->close_on_exec); in close_on_exec()
/linux/fs/proc/
A Dfd.c303 fdt = files_fdtable(p->files); in proc_readfd_count()
A Darray.c175 max_fds = files_fdtable(p->files)->max_fds; in task_state()

Completed in 18 milliseconds