Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dfile.c179 cur_fdt = files_fdtable(files); in expand_fdtable()
206 fdt = files_fdtable(files); in expand_files()
313 old_fdt = files_fdtable(oldf); in dup_fd()
344 old_fdt = files_fdtable(oldf); in dup_fd()
479 fdt = files_fdtable(files); in alloc_fd()
541 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
583 fdt = files_fdtable(files); in fd_install()
615 fdt = files_fdtable(files); in pick_file()
666 fdt = files_fdtable(cur_fds); in __range_cloexec()
729 if (max_fd >= last_fd(files_fdtable(cur_fds))) in __close_range()
[all …]
Dselect.c429 fdt = files_fdtable(current->files); in max_select_fd()
638 fdt = files_fdtable(current->files); in core_sys_select()
1205 fdt = files_fdtable(current->files); in compat_core_sys_select()
Dio_uring.c4616 fdt = files_fdtable(files); in io_close()
/Linux-v5.15/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.15/include/linux/
Dfdtable.h77 #define files_fdtable(files) \ macro
/Linux-v5.15/fs/proc/
Dfd.c40 struct fdtable *fdt = files_fdtable(files); in seq_show()
Darray.c169 max_fds = files_fdtable(p->files)->max_fds; in task_state()