Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dfile.c178 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 …]
Dselect.c429 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()
/Linux-v5.10/Documentation/filesystems/
Dfiles.rst40 the files_fdtable() macro::
46 fdt = files_fdtable(files);
53 files_fdtable() uses rcu_dereference() macro which takes care of
106 must be used. However it is advisable to use files_fdtable()
120 fdt = files_fdtable(files);
/Linux-v5.10/include/linux/
Dfdtable.h77 #define files_fdtable(files) \ macro
/Linux-v5.10/fs/proc/
Dfd.c40 struct fdtable *fdt = files_fdtable(files); in seq_show()
246 fd < files_fdtable(files)->max_fds; in proc_readfd_common()
Darray.c178 max_fds = files_fdtable(p->files)->max_fds; in task_state()
/Linux-v5.10/kernel/bpf/
Dtask_iter.c182 max_fds = files_fdtable(curr_files)->max_fds; in task_file_seq_get_next()