Lines Matching defs:offset
115 static int journal_file_object_verify(JournalFile *f, uint64_t offset, Object *o) {
119 assert(offset);
128 error(offset, "Found compressed object that isn't of type DATA, which is not allowed.");
139 warning(offset, "Unused data (entry_offset==0)");
142 error(offset, "Bad n_entries: %"PRIu64, o->data.n_entries);
147 error(offset, "Bad object size (<= %zu): %"PRIu64,
165 error(offset, "%s decompression failed: %s",
175 error(offset, "Invalid hash (%08"PRIx64" vs. %08"PRIx64, h1, h2);
183 error(offset, "Invalid offset (next_hash_offset="OFSfmt", next_field_offset="OFSfmt", entry_offset="OFSfmt", entry_array_offset="OFSfmt,
196 error(offset,
205 error(offset,
206 "Invalid offset (next_hash_offset="OFSfmt", head_data_offset="OFSfmt,
215 error(offset,
223 error(offset,
230 error(offset,
237 error(offset,
244 error(offset,
253 error(offset,
254 "Invalid entry item (%"PRIu64"/%"PRIu64" offset: "OFSfmt,
267 error(offset,
277 error(offset,
286 error(offset,
296 error(offset,
311 error(offset,
318 error(offset,
327 error(offset,
338 error(offset,
345 error(offset,
533 error(p, "Invalid array offset "OFSfmt, a);