Searched refs:entry_offset (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.c | 661 if ((le64toh(o->data.entry_offset) == 0) ^ (le64toh(o->data.n_entries) == 0)) in journal_file_check_object() 676 !VALID64(le64toh(o->data.entry_offset)) || in journal_file_check_object() 682 le64toh(o->data.entry_offset), in journal_file_check_object() 1204 o->data.entry_offset = o->data.entry_array_offset = 0; in journal_file_link_data() 1809 &o->data.entry_offset, in journal_file_link_entry_item() 2822 le64toh(o->data.entry_offset), in journal_file_move_to_entry_by_monotonic() 2985 le64toh(d->data.entry_offset), in journal_file_next_entry_for_data() 3012 le64toh(d->data.entry_offset), in journal_file_move_to_entry_by_offset_for_data() 3031 uint64_t b, z, entry_offset, entry_array_offset, n_entries; in journal_file_move_to_entry_by_monotonic_for_data() local 3038 entry_offset = le64toh(READ_NOW(d->data.entry_offset)); in journal_file_move_to_entry_by_monotonic_for_data() [all …]
|
D | journal-verify.c | 165 if (le64toh(o->data.entry_offset) == 0) in journal_file_object_verify() 168 if ((le64toh(o->data.entry_offset) == 0) ^ (le64toh(o->data.n_entries) == 0)) { in journal_file_object_verify() 194 !VALID64(le64toh(o->data.entry_offset)) || in journal_file_object_verify() 199 le64toh(o->data.entry_offset), in journal_file_object_verify() 453 assert(o->data.entry_offset); in verify_data() 455 last = q = le64toh(o->data.entry_offset); in verify_data()
|
D | journal-def.h | 66 le64_t entry_offset; /* the first array entry we store inline */ \
|
/systemd-251/docs/ |
D | JOURNAL_FILE_FORMAT.md | 393 le64_t entry_offset; /* the first array entry we store inline */ 415 **entry_offset** is an offset to the first ENTRY object referring to this DATA
|