Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h84 uint64_t current_seqnum; member
Djournal-file.c2834 f->current_seqnum = 0; in journal_file_reset_location()
2844 f->current_seqnum = le64toh(o->entry.seqnum); in journal_file_save_location()
2868 af->current_seqnum == bf->current_seqnum) in journal_file_compare_locations()
2875 r = CMP(af->current_seqnum, bf->current_seqnum); in journal_file_compare_locations()
Dsd-journal.c448 f->current_seqnum == l->seqnum && in compare_with_location()
455 r = CMP(f->current_seqnum, l->seqnum); in compare_with_location()