Lines Matching refs:current_location
139 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()
709 if (j->current_location.type == LOCATION_TAIL) in find_location_with_matches()
711 …if (j->current_location.seqnum_set && sd_id128_equal(j->current_location.seqnum_id, f->header->seq… in find_location_with_matches()
712 …return journal_file_move_to_entry_by_seqnum(f, j->current_location.seqnum, direction, ret, offset); in find_location_with_matches()
713 if (j->current_location.monotonic_set) { in find_location_with_matches()
714 …r = journal_file_move_to_entry_by_monotonic(f, j->current_location.boot_id, j->current_location.mo… in find_location_with_matches()
718 if (j->current_location.realtime_set) in find_location_with_matches()
719 …return journal_file_move_to_entry_by_realtime(f, j->current_location.realtime, direction, ret, off… in find_location_with_matches()
799 if (j->current_location.type == LOCATION_DISCRETE) { in next_beyond_location()
802 k = compare_with_location(f, &j->current_location, j->current_file); in next_beyond_location()
891 if (j->current_location.type != LOCATION_DISCRETE) { in real_journal_next_skip()
1021 j->current_location = (Location) { in sd_journal_seek_cursor()
1026 j->current_location.realtime = (uint64_t) realtime; in sd_journal_seek_cursor()
1027 j->current_location.realtime_set = true; in sd_journal_seek_cursor()
1031 j->current_location.seqnum = (uint64_t) seqnum; in sd_journal_seek_cursor()
1032 j->current_location.seqnum_id = seqnum_id; in sd_journal_seek_cursor()
1033 j->current_location.seqnum_set = true; in sd_journal_seek_cursor()
1037 j->current_location.monotonic = (uint64_t) monotonic; in sd_journal_seek_cursor()
1038 j->current_location.boot_id = boot_id; in sd_journal_seek_cursor()
1039 j->current_location.monotonic_set = true; in sd_journal_seek_cursor()
1043 j->current_location.xor_hash = (uint64_t) xor_hash; in sd_journal_seek_cursor()
1044 j->current_location.xor_hash_set = true; in sd_journal_seek_cursor()
1138 j->current_location = (Location) { in sd_journal_seek_monotonic_usec()
1154 j->current_location = (Location) { in sd_journal_seek_realtime_usec()
1169 j->current_location = (Location) { in sd_journal_seek_head()
1182 j->current_location = (Location) { in sd_journal_seek_tail()