Lines Matching refs:expunged_space
277 it, just update expunged_space accordingly */
279 i_assert(sync_ctx->expunged_space >=
281 sync_ctx->expunged_space -= new_hdr_size - old_hdr_size;
333 uoff_t expunged_space)
367 first_mail_expunge_extra - expunged_space != 0) {
371 expunged_space) */
404 off_t move_diff, uoff_t expunged_space,
416 expunged_space) < 0)
444 if (first_nonexpunged && expunged_space > 0) {
447 i_assert(mails[idx].from_offset >= expunged_space);
448 if (mbox_move(sync_ctx, mails[idx].from_offset - expunged_space,
476 i_assert(dest_offset >= mails[idx].from_offset - expunged_space);
502 uoff_t start_offset, expunged_space;
524 expunged_space = 0;
530 expunged_space += mails[first_nonexpunged_idx].space;
543 padding_per_mail = move_diff + expunged_space +
559 move_diff, expunged_space,
609 i_assert(move_diff + (off_t)expunged_space >= 0);