Home
last modified time | relevance | path

Searched refs:current_xor_hash (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h88 uint64_t current_xor_hash; member
Djournal-file.c2838 f->current_xor_hash = 0; in journal_file_reset_location()
2848 f->current_xor_hash = le64toh(o->entry.xor_hash); in journal_file_save_location()
2866 af->current_xor_hash == bf->current_xor_hash && in journal_file_compare_locations()
2898 return CMP(af->current_xor_hash, bf->current_xor_hash); in journal_file_compare_locations()
Dsd-journal.c445 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()