Lines Matching refs:mdbox_sync_context
28 dbox_sync_verify_expunge_guid(struct mdbox_sync_context *ctx, uint32_t seq,
48 static int mdbox_sync_expunge(struct mdbox_sync_context *ctx, uint32_t seq,
67 static int mdbox_sync_rec(struct mdbox_sync_context *ctx,
91 static int dbox_sync_mark_expunges(struct mdbox_sync_context *ctx)
128 static int mdbox_sync_index(struct mdbox_sync_context *ctx)
193 static int mdbox_sync_try_begin(struct mdbox_sync_context *ctx,
223 struct mdbox_sync_context **ctx_r)
227 struct mdbox_sync_context *ctx;
248 ctx = i_new(struct mdbox_sync_context, 1);
313 int mdbox_sync_finish(struct mdbox_sync_context **_ctx, bool success)
315 struct mdbox_sync_context *ctx = *_ctx;
335 struct mdbox_sync_context *sync_ctx;