Searched refs:xor_hash (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-internal.h | 57 uint64_t xor_hash; member
|
D | sd-journal.c | 126 .xor_hash = le64toh(o->entry.xor_hash), in init_location() 445 f->current_xor_hash == l->xor_hash && in compare_with_location() 477 r = CMP(f->current_xor_hash, l->xor_hash); in compare_with_location() 943 le64toh(o->entry.xor_hash)) < 0) in sd_journal_get_cursor() 950 unsigned long long seqnum, monotonic, realtime, xor_hash; in sd_journal_seek_cursor() local 1009 if (sscanf(word + 2, "%llx", &xor_hash) != 1) in sd_journal_seek_cursor() 1043 j->current_location.xor_hash = (uint64_t) xor_hash; in sd_journal_seek_cursor() 1123 if (ll != le64toh(o->entry.xor_hash)) in sd_journal_test_cursor()
|
D | journal-file.c | 1868 uint64_t xor_hash, in journal_file_append_entry_internal() argument 1892 o->entry.xor_hash = htole64(xor_hash); in journal_file_append_entry_internal() 2034 uint64_t xor_hash = 0; in journal_file_append_entry() local 2081 xor_hash ^= jenkins_hash64(iovec[i].iov_base, iovec[i].iov_len); in journal_file_append_entry() 2083 xor_hash ^= le64toh(o->data.hash); in journal_file_append_entry() 2096 …r = journal_file_append_entry_internal(f, ts, boot_id, xor_hash, items, n_iovec, seqnum, ret, ret_… in journal_file_append_entry() 2848 f->current_xor_hash = le64toh(o->entry.xor_hash); in journal_file_save_location() 3736 uint64_t q, n, xor_hash = 0; in journal_file_copy_entry() local 3814 xor_hash ^= jenkins_hash64(data, l); in journal_file_copy_entry() 3816 xor_hash ^= le64toh(u->data.hash); in journal_file_copy_entry() [all …]
|
D | journal-def.h | 99 le64_t xor_hash; \
|
/systemd-251/docs/ |
D | JOURNAL_FILE_FORMAT.md | 471 le64_t xor_hash; 483 The **xor_hash** field contains a binary XOR of the hashes of the payload of
|