Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c116 assert(IN_SET(type, LOCATION_DISCRETE, LOCATION_SEEK)); in init_location()
145 assert(f->location_type == LOCATION_SEEK); in set_location()
437 assert(f->location_type == LOCATION_SEEK); in compare_with_location()
438 assert(IN_SET(l->type, LOCATION_DISCRETE, LOCATION_SEEK)); in compare_with_location()
773 if (f->location_type != LOCATION_SEEK) { in next_beyond_location()
1022 .type = LOCATION_SEEK, in sd_journal_seek_cursor()
1139 .type = LOCATION_SEEK, in sd_journal_seek_monotonic_usec()
1155 .type = LOCATION_SEEK, in sd_journal_seek_realtime_usec()
Djournal-file.h48 LOCATION_SEEK enumerator
Djournal-file.c2842 f->location_type = LOCATION_SEEK; in journal_file_save_location()
2858 assert(af->location_type == LOCATION_SEEK); in journal_file_compare_locations()
2859 assert(bf->location_type == LOCATION_SEEK); in journal_file_compare_locations()