Lines Matching refs:fd
14 a put_files_struct() frees the file descriptor (fd) table.
21 elements - the fd sets (open_fds and close_on_exec, the
27 which the actual fd table is accessed. Initially the
58 3. For any update to the fd table, files->file_lock must
61 4. To look up the file structure given an fd, a reader
69 file = fcheck(fd);
77 of the fd (fget()/fget_light()) are lock-free, it is possible
83 file = fcheck_files(files, fd);
112 fd = locate_fd(files, file, start);
113 if (fd >= 0) {
116 __set_open_fd(fd, fdt);
117 __clear_close_on_exec(fd, fdt);