Home
last modified time | relevance | path

Searched refs:next_hash_offset (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-def.h64 le64_t next_hash_offset; \
79 le64_t next_hash_offset; \
Djournal-verify.c192 if (!VALID64(le64toh(o->data.next_hash_offset)) || in journal_file_object_verify()
197 le64toh(o->data.next_hash_offset), in journal_file_object_verify()
231 if (!VALID64(le64toh(o->field.next_hash_offset)) || in journal_file_object_verify()
235 le64toh(o->field.next_hash_offset), in journal_file_object_verify()
573 next = le64toh(o->data.next_hash_offset); in verify_data_hash_table()
630 q = le64toh(o->data.next_hash_offset); in data_object_in_hash_table()
Djournal-file.c674 if (!VALID64(le64toh(o->data.next_hash_offset)) || in journal_file_check_object()
680 le64toh(o->data.next_hash_offset), in journal_file_check_object()
696 if (!VALID64(le64toh(o->field.next_hash_offset)) || in journal_file_check_object()
700 le64toh(o->field.next_hash_offset), in journal_file_check_object()
1158 o->field.next_hash_offset = o->field.head_data_offset = 0; in journal_file_link_field()
1169 o->field.next_hash_offset = htole64(offset); in journal_file_link_field()
1203 o->data.next_hash_offset = o->data.next_field_offset = 0; in journal_file_link_data()
1220 o->data.next_hash_offset = htole64(offset); in journal_file_link_data()
1231 static int next_hash_offset( in next_hash_offset() function
1234 le64_t *next_hash_offset, in next_hash_offset() argument
[all …]
Dsd-journal.c3127 j->fields_offset = le64toh(o->field.next_hash_offset); in sd_journal_enumerate_fields()
/systemd-251/docs/
DJOURNAL_FILE_FORMAT.md391 le64_t next_hash_offset;
410 **next_hash_offset** is used to link up DATA objects in the DATA_HASH_TABLE if
436 le64_t next_hash_offset;
450 **next_hash_offset** is used to link up FIELD objects in the FIELD_HASH_TABLE
522 objects, respectively. DATA's and FIELD's next_hash_offset field are used to
/systemd-251/src/journal/
Dmanaged-journal-file.c134 q = le64toh(o.data.next_hash_offset)) { in managed_journal_file_punch_holes()