Searched refs:fdtable (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/include/linux/
H A Dfdtable.h27 struct fdtable { struct
36 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt)
41 static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt)
57 struct fdtable __rcu *fdt;
58 struct fdtable fdtab;
85 struct fdtable *fdt = rcu_dereference_raw(files->fdt);
/linux-master/fs/
H A Dfile.c18 #include <linux/fdtable.h>
34 static void __free_fdtable(struct fdtable *fdt)
43 __free_fdtable(container_of(rcu, struct fdtable, rcu));
54 static void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt,
76 static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt)
91 * Note how the fdtable bitmap allocations very much have to be a multiple of
105 static struct fdtable * alloc_fdtable(unsigned int nr)
107 struct fdtable *fd
[all...]
H A Dselect.c28 #include <linux/fdtable.h>
425 struct fdtable *fdt;
632 struct fdtable *fdt;
1202 struct fdtable *fdt;
H A Dfile_table.c12 #include <linux/fdtable.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sched.c25 #include <linux/fdtable.h>
H A Damdgpu_amdkfd_arcturus.c23 #include <linux/fdtable.h>
/linux-master/samples/kmemleak/
H A Dkmemleak-test.c18 #include <linux/fdtable.h>
/linux-master/kernel/module/
H A Dkmod.c18 #include <linux/fdtable.h>
H A Ddups.c21 #include <linux/fdtable.h>
/linux-master/net/core/
H A Dnetclassid_cgroup.c10 #include <linux/fdtable.h>
H A Dnetprio_cgroup.c26 #include <linux/fdtable.h>
/linux-master/fs/proc/
H A Dfd.c6 #include <linux/fdtable.h>
42 struct fdtable *fdt = files_fdtable(files);
290 struct fdtable *fdt;
H A Dtask_nommu.c5 #include <linux/fdtable.h>
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c12 #include <linux/fdtable.h>
/linux-master/kernel/bpf/
H A Dbpf_inode_storage.c19 #include <linux/fdtable.h>
H A Dtoken.c3 #include <linux/fdtable.h>
H A Dbpf_task_storage.c19 #include <linux/fdtable.h>
/linux-master/net/handshake/
H A Drequest.c16 #include <linux/fdtable.h>
/linux-master/kernel/
H A Dkcmp.c4 #include <linux/fdtable.h>
H A Dumh.c16 #include <linux/fdtable.h>
/linux-master/tools/lib/bpf/
H A Dskel_internal.h7 #include <linux/fdtable.h>
/linux-master/fs/notify/dnotify/
H A Ddnotify.c19 #include <linux/fdtable.h>
/linux-master/io_uring/
H A Dopenclose.c6 #include <linux/fdtable.h>
/linux-master/fs/autofs/
H A Ddev-ioctl.c10 #include <linux/fdtable.h>
/linux-master/security/apparmor/
H A Dfile.c12 #include <linux/fdtable.h>

Completed in 303 milliseconds

12