Searched refs:current_location (Results 1 - 2 of 2) sorted by relevance
/systemd/src/journal/ |
H A D | sd-journal.c | 133 zero(j->current_location); 158 init_location(&j->current_location, LOCATION_DISCRETE, f, o); 617 if (j->current_location.type == LOCATION_HEAD) 619 if (j->current_location.type == LOCATION_TAIL) 621 if (j->current_location.seqnum_set && sd_id128_equal(j->current_location.seqnum_id, f->header->seqnum_id)) 622 return journal_file_move_to_entry_by_seqnum_for_data(f, dp, j->current_location.seqnum, direction, ret, offset); 623 if (j->current_location.monotonic_set) { 624 r = journal_file_move_to_entry_by_monotonic_for_data(f, dp, j->current_location.boot_id, j->current_location [all...] |
H A D | journal-internal.h | 91 Location current_location; member in struct:sd_journal
|
Completed in 15 milliseconds