Lines Matching refs:file_seq
219 if (ext == NULL || cache->hdr->file_seq != ext->reset_id) {
221 file_seq really is corrupted. either way, this shouldn't
224 cache->need_compress_file_seq = cache->hdr->file_seq;
257 cache->need_compress_file_seq = hdr->file_seq;
297 cache->need_compress_file_seq = hdr->file_seq;
327 if (hdr->file_seq == 0) {
328 mail_cache_set_corrupted(cache, "file_seq is 0");
346 cache->hdr->file_seq != 0 ?
347 cache->hdr->file_seq : 0;
364 i_assert(cache->hdr->file_seq != 0);
687 /* now verify that the index reset_id matches the cache's file_seq */
694 if (cache->hdr->file_seq == reset_id)