Searched refs:LOCATION_DISCRETE (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Djournal-file.h59 LOCATION_DISCRETE, enumerator in enum:LocationType
H A Dsd-journal.c138 assert(type == LOCATION_DISCRETE || type == LOCATION_SEEK);
158 init_location(&j->current_location, LOCATION_DISCRETE, f, o);
165 f->location_type = LOCATION_DISCRETE;
455 assert(l->type == LOCATION_DISCRETE || l->type == LOCATION_SEEK);
802 if (j->current_location.type == LOCATION_DISCRETE) {
887 if (j->current_location.type != LOCATION_DISCRETE)

Completed in 17 milliseconds