Lines Matching defs:end
55 __le64 current_lsn; // 0x00: Current logical end of log file.
279 // Page contains the end of a log record.
626 /* Loop until we hit the first one allocated, or the end of the list. */
1362 * We assume that we can't use the end of the page less than
1450 u32 end =
1452 u32 hdr_off = end & ~log->sys_page_mask;
1457 if (end <= vbo)
1479 vbo = ALIGN(end, 8);
1521 * If we are at the first page then use the end of the file.
2083 * the end of the original transfer.
2416 /* If beyond the end of the current page -> an error. */
3949 /* Find the end of this log record. */
4357 /* Loop to read all subsequent records to the end of the log file. */
4841 * we hit the end of the file, cleaning up at the end.
4958 /* Keep reading and looping back until end of file. */
4997 * until we hit the end of the file, cleaning up at the end.