Lines Matching refs:dl_fd
104 int dl_fd; /* file handle, -1 unless open */
211 node_new->dl_fd = node_orig->dl_fd;
251 node->dl_fd = -1;
488 if ((currentdir == NULL) || (currentdir->dl_fd == -1))
516 (void) write_file_token(currentdir->dl_fd, newname, ctrl);
517 if (currentdir->dl_fd >= 0) {
518 (void) fsync(currentdir->dl_fd);
519 (void) close(currentdir->dl_fd);
521 currentdir->dl_fd = -1;
624 current_dir->dl_fd = -1;
634 current_dir->dl_fd = newfd;
651 ctrl->lastOpenDir->dl_fd));
870 out_len = write(ctrl->activeDir->dl_fd, input, in_len);