Home
last modified time | relevance | path

Searched refs:fdtable (Results 1 – 25 of 28) sorted by relevance

12

/linux/Documentation/filesystems/
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/fs/
A Dfile.c54 static void copy_fd_bitmaps(struct fdtable *nfdt, struct fdtable *ofdt, in copy_fd_bitmaps()
76 static void copy_fdtable(struct fdtable *nfdt, struct fdtable *ofdt) in copy_fdtable()
92 struct fdtable *fdt; in alloc_fdtable()
202 struct fdtable *fdt; in expand_files()
475 struct fdtable *fdt; in alloc_fd()
576 struct fdtable *fdt; in fd_install()
612 struct fdtable *fdt; in pick_file()
662 struct fdtable *fdt; in __range_cloexec()
773 struct fdtable *fdt; in __close_fd_get_file()
811 struct fdtable *fdt; in do_close_on_exec()
[all …]
A Dselect.c424 struct fdtable *fdt; in max_select_fd()
628 struct fdtable *fdt; in core_sys_select()
1197 struct fdtable *fdt; in compat_core_sys_select()
A D.coredump.o.cmd596 include/linux/fdtable.h \
A D.exec.o.cmd601 include/linux/fdtable.h \
A D.fcntl.o.cmd1207 include/linux/fdtable.h \
A D.file_table.o.cmd596 include/linux/fdtable.h \
A D.locks.o.cmd71 include/linux/fdtable.h \
A D.open.o.cmd902 include/linux/fdtable.h \
A D.file.o.cmd1207 include/linux/fdtable.h \
A D.io_uring.o.cmd1209 include/linux/fdtable.h \
A D.select.o.cmd1208 include/linux/fdtable.h \
/linux/include/linux/
A Dfdtable.h27 struct fdtable { struct
36 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt) in close_on_exec() argument
41 static inline bool fd_is_open(unsigned int fd, const struct fdtable *fdt) in fd_is_open()
57 struct fdtable __rcu *fdt;
58 struct fdtable fdtab;
85 struct fdtable *fdt = rcu_dereference_raw(files->fdt); in files_lookup_fd_raw()
/linux/fs/proc/
A Dfd.c40 struct fdtable *fdt = files_fdtable(files); in seq_show()
A D.fd.o.cmd757 include/linux/fdtable.h \
A D.array.o.cmd1240 include/linux/fdtable.h \
A D.base.o.cmd840 include/linux/fdtable.h \
/linux/fs/autofs/
A D.dev-ioctl.o.cmd939 include/linux/fdtable.h \
/linux/fs/notify/dnotify/
A D.dnotify.o.cmd970 include/linux/fdtable.h \
/linux/fs/notify/fanotify/
A D.fanotify.o.cmd448 include/linux/fdtable.h \
A D.fanotify_user.o.cmd655 include/linux/fdtable.h \
/linux/drivers/tty/
A D.tty_io.o.cmd1041 include/linux/fdtable.h \
/linux/kernel/
A D.kmod.o.cmd1211 include/linux/fdtable.h \
A D.umh.o.cmd1212 include/linux/fdtable.h \
A D.kcmp.o.cmd1207 include/linux/fdtable.h \

Completed in 63 milliseconds

12