Searched refs:next_hash_offset (Results 1 - 4 of 4) sorted by relevance

/systemd/src/journal/
H A Djournal-def.h84 le64_t next_hash_offset; member in struct:DataObject
95 le64_t next_hash_offset; member in struct:FieldObject
H A Djournal-verify.c179 if (!VALID64(o->data.next_hash_offset) ||
183 error(offset, "Invalid offset (next_hash_offset="OFSfmt", next_field_offset="OFSfmt", entry_offset="OFSfmt", entry_array_offset="OFSfmt,
184 o->data.next_hash_offset,
203 if (!VALID64(o->field.next_hash_offset) ||
206 "Invalid offset (next_hash_offset="OFSfmt", head_data_offset="OFSfmt,
207 o->field.next_hash_offset,
618 next = le64toh(o->data.next_hash_offset);
672 q = le64toh(o->data.next_hash_offset);
H A Djournal-file.c758 o->field.next_hash_offset = o->field.head_data_offset = 0;
769 o->field.next_hash_offset = htole64(offset);
803 o->data.next_hash_offset = o->data.next_field_offset = 0;
820 o->data.next_hash_offset = htole64(offset);
880 p = le64toh(o->field.next_hash_offset);
986 p = le64toh(o->data.next_hash_offset);
H A Dsd-journal.c2631 j->fields_offset = le64toh(o->field.next_hash_offset);

Completed in 1331 milliseconds