Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfile.c255 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 …]
H A Dselect.c427 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()
/linux-6.15/include/linux/
H A Dfdtable.h66 #define files_fdtable(files) \ macro
97 return test_bit(fd, files_fdtable(files)->close_on_exec); in close_on_exec()
/linux-6.15/Documentation/filesystems/
H 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-6.15/fs/proc/
H A Dfd.c298 fdt = files_fdtable(p->files); in proc_readfd_count()
H A Darray.c175 max_fds = files_fdtable(p->files)->max_fds; in task_state()