Home
last modified time | relevance | path

Searched refs:__set_open_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/
H A Dfile.c318 static inline void __set_open_fd(unsigned int fd, struct fdtable *fdt, bool set) in __set_open_fd() function
591 __set_open_fd(fd, fdt, flags & O_CLOEXEC); in alloc_fd()
1286 __set_open_fd(fd, fdt, flags & O_CLOEXEC); in do_dup2()
/linux-6.15/Documentation/filesystems/
H A Dfiles.rst100 __set_open_fd(fd, fdt);