Lines Matching defs:restart
293 /* Define some tuning parameters to keep the restart tables a reasonable size. */
342 * A true indicates that the corresponding restart operation
380 /* Bytes per restart table. */
493 * Check the restart length field and whether the entire
494 * restart area is contained that length.
582 * Remove a client record from a client record list an restart area.
663 /* File should contain at least 2 restart pages and MinLogRecordPages pages. */
986 bool restart;
1026 struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
1027 u32 ra_size; /* The usable size of the restart area. */
1030 * If true, then the in-memory restart area is to be written
1181 * restart page header. It will stop the first time we find a
1190 /* Determine which restart area we are looking for. */
1237 /* Let's check the restart area if this is a valid page. */
1246 * We have a valid restart page header and restart area.
1268 info->restart = true;
1279 info->restart = true;
1291 * Ilog_init_pg_hdr - Init @log from restart page header.
1309 * log_create - Init @log in cases when we don't have a restart area to use.
1344 /* Compute the restart page values. */
1372 * log_create_ra - Fill a restart area from the values stored in @log.
1510 * If there is a last lsn the restart area then we know that we will
2313 /* If the client doesn't have a restart area, go ahead and exit now. */
3783 /* Look for a restart area on the disk. */
3791 if (!log->rst_info.restart) {
3793 /* No restart area but the file is not initialized. */
3813 * If the restart offset above wasn't zero then we won't
3814 * look for a second restart.
3823 /* Determine which restart area to use. */
3824 if (!log->rst_info2.restart ||
3854 * If the restart area is at offset 0, we want
3855 * to write the second restart area first.
3859 /* If we have a valid page then grab a pointer to the restart area. */
3888 /* Put the restart areas and initialize
4031 /* Remember which restart area to write first. */
4128 /* Now check that this is a valid restart table. */
4168 /* Now check that this is a valid restart table. */