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

/systemd/src/journal/
H A Djournal-file.h98 uint64_t current_xor_hash; member in struct:JournalFile
H A Djournal-file.c2154 f->current_xor_hash = 0;
2164 f->current_xor_hash = le64toh(o->entry.xor_hash);
2180 af->current_xor_hash == bf->current_xor_hash)
2213 if (af->current_xor_hash < bf->current_xor_hash)
2215 if (af->current_xor_hash > bf->current_xor_hash)
H A Dsd-journal.c462 f->current_xor_hash == l->xor_hash)
493 if (f->current_xor_hash < l->xor_hash)
495 if (f->current_xor_hash > l->xor_hash)

Completed in 26 milliseconds