Fd install
Retired DISLab
http://lxr.free-electrons.com/source/fs/file.c#L571
571 void fd_install(unsigned int fd, struct file *file) 572 { 573 __fd_install(current->files, fd, file); 574 }