Home
last modified time | relevance | path

Searched refs:current_location (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c139 init_location(&j->current_location, LOCATION_DISCRETE, f, o); in set_location()
612 if (j->current_location.type == LOCATION_HEAD) in find_location_for_match()
614 if (j->current_location.type == LOCATION_TAIL) in find_location_for_match()
616 …if (j->current_location.seqnum_set && sd_id128_equal(j->current_location.seqnum_id, f->header->seq… in find_location_for_match()
617 …return journal_file_move_to_entry_by_seqnum_for_data(f, d, j->current_location.seqnum, direction, … in find_location_for_match()
618 if (j->current_location.monotonic_set) { in find_location_for_match()
619 …nal_file_move_to_entry_by_monotonic_for_data(f, d, j->current_location.boot_id, j->current_locatio… in find_location_for_match()
628 if (j->current_location.realtime_set) in find_location_for_match()
629 …return journal_file_move_to_entry_by_realtime_for_data(f, d, j->current_location.realtime, directi… in find_location_for_match()
707 if (j->current_location.type == LOCATION_HEAD) in find_location_with_matches()
[all …]
Djournal-internal.h78 Location current_location; member