Lines Matching refs:max_file_offset
80 uint32_t max_file_seq, uoff_t max_file_offset,
115 max_file_offset = min_file_offset;
134 if (file != NULL && max_file_offset == file->hdr.prev_file_offset) {
142 max_file_offset = file->hdr.hdr_size;
147 if (min_file_seq == max_file_seq && min_file_offset > max_file_offset) {
151 ") > max_file_offset (%"PRIuUOFF_T")",
152 min_file_seq, min_file_offset, max_file_offset);
189 i_assert(max_file_offset == (uoff_t)-1);
228 if (min_file_offset > max_file_offset &&
231 max_file_offset = min_file_offset;
244 if (max_file_offset < view->head->hdr.hdr_size) {
247 "Invalid max_file_offset: file_seq=%u, min_file_offset (%"PRIuUOFF_T
249 max_file_seq, max_file_offset, view->head->hdr.hdr_size);
284 max_file_offset : (uoff_t)-1;
322 i_assert(max_file_offset == (uoff_t)-1 ||
323 max_file_offset <= view->head->sync_offset);
326 max_file_offset != (uoff_t)-1 ||
335 view->max_file_offset = I_MIN(max_file_offset, view->head->sync_offset);
398 view->max_file_offset = view->head->sync_offset;
434 view->min_file_offset = view->max_file_offset = 0;
474 if (cur_offset == view->max_file_offset ||