Lines Matching refs:box
54 void index_storage_lock_notify(struct mailbox *box,
57 void index_storage_lock_notify_reset(struct mailbox *box);
59 int index_storage_mailbox_alloc_index(struct mailbox *box);
60 void index_storage_mailbox_alloc(struct mailbox *box, const char *vname,
63 int index_storage_mailbox_exists(struct mailbox *box, bool auto_boxes,
65 int index_storage_mailbox_exists_full(struct mailbox *box, const char *subdir,
68 int index_storage_mailbox_open(struct mailbox *box, bool move_to_memory);
69 int index_storage_mailbox_enable(struct mailbox *box,
71 void index_storage_mailbox_close(struct mailbox *box);
72 void index_storage_mailbox_free(struct mailbox *box);
73 int index_storage_mailbox_update(struct mailbox *box,
75 int index_storage_mailbox_update_common(struct mailbox *box,
77 int index_storage_mailbox_create(struct mailbox *box, bool directory);
78 int index_storage_mailbox_delete_pre(struct mailbox *box);
79 int index_storage_mailbox_delete_post(struct mailbox *box);
80 int index_storage_mailbox_delete(struct mailbox *box);
81 int index_storage_mailbox_delete_dir(struct mailbox *box, bool mailbox_deleted);
84 int index_mailbox_update_last_temp_file_scan(struct mailbox *box);
85 int index_mailbox_fix_inconsistent_existence(struct mailbox *box,
88 bool index_storage_is_readonly(struct mailbox *box);
89 bool index_storage_is_inconsistent(struct mailbox *box);
91 enum mail_index_sync_flags index_storage_get_sync_flags(struct mailbox *box);
92 bool index_mailbox_want_full_sync(struct mailbox *box,
95 index_mailbox_sync_init(struct mailbox *box, enum mailbox_sync_flags flags,
102 int index_storage_sync(struct mailbox *box, enum mailbox_sync_flags flags);
104 void index_sync_update_recent_count(struct mailbox *box);
105 int index_storage_get_status(struct mailbox *box,
108 void index_storage_get_open_status(struct mailbox *box,
111 int index_mailbox_get_metadata(struct mailbox *box,
114 int index_mailbox_get_virtual_size(struct mailbox *box,
116 int index_mailbox_get_physical_size(struct mailbox *box,
122 int index_storage_attribute_get(struct mailbox *box,
126 index_storage_attribute_iter_init(struct mailbox *box,
145 index_transaction_begin(struct mailbox *box,
149 struct mailbox *box,
159 int index_storage_set_subscribed(struct mailbox *box, bool set);
165 int index_storage_list_index_has_changed(struct mailbox *box,
169 index_storage_list_index_has_changed_full(struct mailbox *box,
172 void index_storage_list_index_update_sync(struct mailbox *box,
176 int index_storage_expunged_sync_begin(struct mailbox *box,
181 void index_storage_expunging_deinit(struct mailbox *box);