Lines Matching refs:dl_fd
99 int dl_fd; /* file handle, -1 unless open */
179 node_new->dl_fd = node_orig->dl_fd;
218 node->dl_fd = -1;
449 if ((currentdir == NULL) || (currentdir->dl_fd == -1))
477 (void) write_file_token(currentdir->dl_fd, newname);
478 if (currentdir->dl_fd >= 0) {
479 (void) fsync(currentdir->dl_fd);
480 (void) close(currentdir->dl_fd);
482 currentdir->dl_fd = -1;
589 current_dir->dl_fd = -1;
599 current_dir->dl_fd = newfd;
614 lastOpenDir->dl_filename, lastOpenDir->dl_fd));
845 out_len = write(activeDir->dl_fd, input, in_len);