Searched refs:__fd_install (Results 1 – 4 of 4) sorted by relevance
116 extern void __fd_install(struct files_struct *files,
603 void __fd_install(struct files_struct *files, unsigned int fd, in __fd_install() function626 __fd_install(current->files, fd, file); in fd_install()
505 __fd_install() & fd_install() can now sleep. Callers should not
402 __fd_install(proc->files, fd, file); in task_fd_install()