Lines Matching refs:OFSfmt

95                 log_debug(OFSfmt": " _fmt, _offset, ##__VA_ARGS__);     \
100 log_warning(OFSfmt": " _fmt, _offset, ##__VA_ARGS__); \
105 log_error(OFSfmt": " _fmt, (uint64_t)_offset, ##__VA_ARGS__); \
110 log_error_errno(error, OFSfmt": " _fmt, (uint64_t)_offset, ##__VA_ARGS__); \
196 …nvalid offset (next_hash_offset="OFSfmt", next_field_offset="OFSfmt", entry_offset="OFSfmt", entry… in journal_file_object_verify()
234 "Invalid offset (next_hash_offset="OFSfmt", head_data_offset="OFSfmt, in journal_file_object_verify()
283 "Invalid entry item (%"PRIu64"/%"PRIu64" offset: "OFSfmt, in journal_file_object_verify()
307 … "Invalid %s hash table item (%"PRIu64"/%"PRIu64") head_hash_offset: "OFSfmt, in journal_file_object_verify()
316 … "Invalid %s hash table item (%"PRIu64"/%"PRIu64") tail_hash_offset: "OFSfmt, in journal_file_object_verify()
326 …valid %s hash table item (%"PRIu64"/%"PRIu64"): head_hash_offset="OFSfmt" tail_hash_offset="OFSfmt, in journal_file_object_verify()
348 "Invalid object entry array next_entry_array_offset: "OFSfmt, in journal_file_object_verify()
357 … "Invalid object entry array item (%"PRIu64"/%"PRIu64"): "OFSfmt, in journal_file_object_verify()
445 … error(p, "Entry array present (entry_array_offset="OFSfmt", but n_entries=%"PRIu64")", a, n); in verify_data()
457 error(p, "Data object references invalid entry at "OFSfmt, q); in verify_data()
479 error(p, "Invalid array offset "OFSfmt, a); in verify_data()
489 … error(p, "Array chain has cycle (jumps back from "OFSfmt" to "OFSfmt")", a, next); in verify_data()
504 error(p, "Data object references invalid entry at "OFSfmt, q); in verify_data()
681 error(p, "Entry object not referenced by linked data object at "OFSfmt, q); in verify_entry()
731 …or(a, "Array chain has cycle at %"PRIu64" of %"PRIu64" (jumps back from to "OFSfmt")", i, n, next); in verify_entry_array()
1379 log_error("File corruption detected at %s:"OFSfmt" (of %llu bytes, %"PRIu64"%%).", in journal_file_verify()