Lines Matching refs:ibox
91 struct index_list_mailbox *ibox = INDEX_LIST_STORAGE_CONTEXT(box);
101 return ibox->module_ctx.super.
218 struct index_list_mailbox *ibox = INDEX_LIST_STORAGE_CONTEXT(box);
225 return ibox->module_ctx.super.get_status(box, items, status_r);
380 struct index_list_mailbox *ibox = INDEX_LIST_STORAGE_CONTEXT(box);
384 return ibox->module_ctx.super.get_metadata(box, items, metadata_r);
754 struct index_list_mailbox *ibox = INDEX_LIST_STORAGE_CONTEXT(box);
758 ibox->pre_sync_log_file_seq = hdr->log_file_seq;
759 ibox->pre_sync_log_file_head_offset = hdr->log_file_head_offset;
764 struct index_list_mailbox *ibox = INDEX_LIST_STORAGE_CONTEXT(box);
770 ibox->pre_sync_log_file_head_offset == hdr->log_file_head_offset &&
771 ibox->pre_sync_log_file_seq == hdr->log_file_seq) {
789 struct index_list_mailbox *ibox = INDEX_LIST_STORAGE_CONTEXT(box);
791 if (ibox->module_ctx.super.transaction_commit(t, changes_r) < 0)