Searched refs:w_rfd (Results 1 – 2 of 2) sorted by relevance
143 if ((wfile->w_rfd = open(wfile->w_file, oflags)) == -1) { in wlog_open()163 close(wfile->w_rfd); in wlog_close()235 if ((lseek(wfile->w_rfd, offset, SEEK_SET)) == -1) { in wlog_record_write()241 if ((write(wfile->w_rfd, wbuf, reclen)) == -1) { in wlog_record_write()270 fd = wfile->w_rfd; in wlog_scan_backward()
136 int w_rfd; /* random-access fd */ member