Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c192 cur_fdt = files_fdtable(files); in expand_fdtable()
219 fdt = files_fdtable(files); in expand_files()
325 old_fdt = files_fdtable(oldf); in dup_fd()
356 old_fdt = files_fdtable(oldf); in dup_fd()
490 fdt = files_fdtable(files); in alloc_fd()
552 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd()
594 fdt = files_fdtable(files); in fd_install()
621 struct fdtable *fdt = files_fdtable(files); in pick_file()
671 fdt = files_fdtable(cur_fds); in __range_cloexec()
685 n = last_fd(files_fdtable(files)); in __range_close()
[all …]
H A Dselect.c430 fdt = files_fdtable(current->files); in max_select_fd()
642 fdt = files_fdtable(current->files); in core_sys_select()
1209 fdt = files_fdtable(current->files); in compat_core_sys_select()
/openbmc/linux/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
106 must be used. However it is advisable to use files_fdtable()
120 fdt = files_fdtable(files);
/openbmc/linux/include/linux/
H A Dfdtable.h76 #define files_fdtable(files) \ macro
/openbmc/linux/fs/proc/
H A Dfd.c42 struct fdtable *fdt = files_fdtable(files); in seq_show()
302 fdt = files_fdtable(p->files); in proc_readfd_count()
H A Darray.c175 max_fds = files_fdtable(p->files)->max_fds; in task_state()
/openbmc/linux/io_uring/
H A Dopenclose.c233 fdt = files_fdtable(files); in io_close()