Home
last modified time | relevance | path

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

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