Lines Matching defs:reason
78 const char *reason;
99 if ((ret = mail_transaction_log_file_open(file, &reason)) <= 0) {
403 const char *reason;
415 if (mail_transaction_log_refresh(log, FALSE, &reason) < 0) {
416 *reason_r = reason;
422 "Requested newer log than exists: %s", reason);
426 if (mail_transaction_log_refresh(log, TRUE, &reason) < 0) {
428 "Log refresh with NFS flush failed: %s", reason);
434 "still after NFS flush: %s", reason);
482 const char *reason;
500 ret = mail_transaction_log_refresh(log, TRUE, &reason);
537 const char *reason;
557 (uoff_t)-1, &reason) <= 0) {
561 log->head->filepath, log->head->sync_offset, reason);