Searched refs:space_diff (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync.c707 sync_ctx->space_diff = 0;
727 sync_ctx->space_diff = sync_ctx->expunged_space;
729 i_assert(sync_ctx->space_diff < -mail_ctx->mail.space);
760 sync_ctx->space_diff += mail_ctx->mail.space;
761 if (sync_ctx->space_diff < 0) {
773 space_diff now consists of a negative "bytes needed" sum,
776 i_assert(mail_ctx->mail.space >= sync_ctx->space_diff);
779 needed_space = mail_ctx->mail.space - sync_ctx->space_diff;
780 if ((uoff_t)sync_ctx->space_diff > needed_space + extra_space) {
787 extra_space = sync_ctx->space_diff;
[all...]
H A Dmbox-sync-private.h137 off_t expunged_space, space_diff; member in struct:mbox_sync_context

Completed in 13 milliseconds