Lines Matching defs:current
115 /* Point the current LSN to the new file. */
177 * Flush the current buffer contents to disk.
265 int current, ret;
284 "log_flush: LSN past current end-of-log");
298 * We may need to write the current buffer. We have to write the
299 * current buffer if the flush LSN is greater than or equal to the
302 current = 0;
308 current = 1;
327 * Set the last-synced LSN, using the LSN of the current buffer. If
328 * the current buffer was flushed, we know the LSN of the first byte
330 * the record before the one beginning the current buffer is on disk.
340 if (!current && lp->s_lsn.file != 0)
425 * If we haven't opened the log file yet or the current one
497 * Acquire a file descriptor for the current log file.