Lines Matching refs:log
7 #include "mail-transaction-log-private.h"
35 mail_transaction_log_get_head(index->log, &file_seq, &file_offset);
37 /* index's log_file_seq is too old. move it to log head. */
41 /* index's log_file_seq matches the current log. make sure the
54 end of the current log head. */
77 if (index->log->head != NULL)
346 /* log an error once, and skip this record */
423 if (index->log->head != NULL) {
424 /* Remember the log head position. If we go back in the index's
425 head offset, ignore errors in the log up to this offset. */
426 mail_transaction_log_get_head(index->log,
452 if (index->log->head == NULL) {
454 any .log file. */
455 if (mail_transaction_log_create(index->log, FALSE) < 0)
460 if (mail_transaction_log_sync_lock(index->log, "fscking",
476 mail_transaction_log_sync_unlock(index->log, "fscking");