Home
last modified time | relevance | path

Searched full:fdtable (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/filesystems/
H A Dfiles.rst28 table are in a separate structure - struct fdtable.
29 files_struct contains a pointer to struct fdtable through
31 fdtable is embedded in files_struct itself. On a subsequent
32 expansion of fdtable, a new fdtable structure is allocated
33 and files->fdtab points to the new structure. The fdtable
35 see the old fdtable or the new fdtable making the update
37 the fdtable structure -
39 1. All references to the fdtable must be done through
42 struct fdtable *fdt;
55 The fdtable pointer must be read within the read-side
[all …]
/linux/tools/testing/selftests/proc/
H A Dfd-001-lookup.c107 /* Wipe fdtable. */ in main()
144 /* Now fdtable is clean. */ in main()
/linux/net/core/
H A Dnetclassid_cgroup.c10 #include <linux/fdtable.h>
H A Dnetprio_cgroup.c26 #include <linux/fdtable.h>
/linux/rust/bindings/
H A Dbindings_helper.h59 #include <linux/fdtable.h>
/linux/fs/proc/
H A Dtask_nommu.c5 #include <linux/fdtable.h>
/linux/io_uring/
H A Dopenclose.c6 #include <linux/fdtable.h>
/linux/fs/autofs/
H A Ddev-ioctl.c10 #include <linux/fdtable.h>
/linux/security/apparmor/
H A Dfile.c12 #include <linux/fdtable.h>
/linux/kernel/
H A Dfork.c37 #include <linux/fdtable.h>
/linux/kernel/bpf/
H A Dsyscall.c19 #include <linux/fdtable.h>
/linux/drivers/android/
H A Dbinder.c45 #include <linux/fdtable.h>
/linux/security/selinux/
H A Dhooks.c45 #include <linux/fdtable.h>