Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfdtable.h120 extern void __fd_install(struct files_struct *files,
/linux-4.19.296/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()