Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfdtable.h120 extern void __fd_install(struct files_struct *files,
/Linux-v5.4/fs/
Dfile.c587 void __fd_install(struct files_struct *files, unsigned int fd, in __fd_install() function
613 __fd_install(current->files, fd, file); in fd_install()