Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/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()
107 struct fdtable *fdt; in alloc_fdtable()
218 struct fdtable *fdt; in expand_files()
504 struct fdtable *fdt; in alloc_fd()
605 struct fdtable *fdt; in fd_install()
685 struct fdtable *fdt; in __range_cloexec()
821 struct fdtable *fdt; in do_close_on_exec()
1067 struct fdtable *fdt; in set_close_on_exec()
1080 struct fdtable *fdt; in get_close_on_exec()
[all …]
A Dselect.c425 struct fdtable *fdt; in max_select_fd()
632 struct fdtable *fdt; in core_sys_select()
1201 struct fdtable *fdt; in compat_core_sys_select()
/linux-6.3-rc2/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-6.3-rc2/fs/proc/
A Dfd.c42 struct fdtable *fdt = files_fdtable(files); in seq_show()
287 struct fdtable *fdt; in proc_readfd_count()
/linux-6.3-rc2/io_uring/
A Dopenclose.c222 struct fdtable *fdt; in io_close()

Completed in 11 milliseconds