Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dfile.c174 cur_fdt = files_fdtable(files); in expand_fdtable()
201 fdt = files_fdtable(files); in expand_files()
298 old_fdt = files_fdtable(oldf); in dup_fd()
329 old_fdt = files_fdtable(oldf); in dup_fd()
488 fdt = files_fdtable(files); in __alloc_fd()
550 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
596 fdt = files_fdtable(files); in __fd_install()
626 fdt = files_fdtable(files); in __close_fd()
653 fdt = files_fdtable(files); in do_close_on_exec()
788 fdt = files_fdtable(files); in set_close_on_exec()
[all …]
Dselect.c402 fdt = files_fdtable(current->files); in max_select_fd()
611 fdt = files_fdtable(current->files); in core_sys_select()
1202 fdt = files_fdtable(current->files); in compat_core_sys_select()
/Linux-v4.19/Documentation/filesystems/
Dfiles.txt37 the files_fdtable() macro :
43 fdt = files_fdtable(files);
50 files_fdtable() uses rcu_dereference() macro which takes care of
102 must be used. However it is advisable to use files_fdtable()
115 fdt = files_fdtable(files);
/Linux-v4.19/include/linux/
Dfdtable.h76 #define files_fdtable(files) \ macro
/Linux-v4.19/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.c179 max_fds = files_fdtable(p->files)->max_fds; in task_state()