Lines Matching refs:storage
18 #include "mdbox-storage-rebuild.h"
19 #include "mdbox-storage.h"
27 struct mdbox_storage *storage;
30 pool = pool_alloconly_create("mdbox deleted storage", 2048);
31 storage = p_new(pool, struct mdbox_storage, 1);
32 storage->storage.v = mdbox_dbox_storage_vfuncs;
33 storage->storage.storage = mdbox_deleted_storage;
34 storage->storage.storage.pool = pool;
35 return &storage->storage.storage;
39 mdbox_deleted_mailbox_alloc(struct mail_storage *storage,
52 mbox->box.storage = storage;
58 mbox->storage = MDBOX_STORAGE(storage);
132 mail_storage_set_error(ctx->transaction->box->storage,
180 if (mdbox_map_open(mbox->storage->map) < 0)
196 map_count = mdbox_map_get_messages_count(mbox->storage->map);
198 if (mdbox_map_lookup_seq_full(mbox->storage->map, map_seq,
204 rec.map_uid = mdbox_map_lookup_uid(mbox->storage->map,
234 mbox->storage->corrupted)