Searched defs:n_tags (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Djournal-verify.c818 uint64_t n_weird = 0, n_objects = 0, n_entries = 0, n_data = 0, n_fields = 0, n_data_hash_tables = 0, n_field_hash_tables = 0, n_entry_arrays = 0, n_tags = 0; local
939 if (JOURNAL_HEADER_SEALED(f->header) && n_tags <= 0) {
1056 if (le64toh(o->tag.seqnum) != n_tags + 1) {
1134 n_tags ++;
1181 if (JOURNAL_HEADER_CONTAINS(f->header, n_tags) &&
1182 n_tags != le64toh(f->header->n_tags)) {
1183 error(offsetof(Header, n_tags), "Tag number mismatch");
H A Djournal-def.h217 le64_t n_tags; member in struct:Header

Completed in 18 milliseconds