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

/systemd/src/journal/
H A Djournal-internal.h106 JournalFile *unique_file; member in struct:sd_journal
H A Dsd-journal.c1331 if (j->unique_file == f) {
1332 /* Jump to the next unique_file or NULL if that one was last */
1333 j->unique_file = ordered_hashmap_next(j->files, j->unique_file->path);
1335 if (!j->unique_file)
2420 j->unique_file = NULL;
2438 if (!j->unique_file) {
2442 j->unique_file = ordered_hashmap_first(j->files);
2443 if (!j->unique_file)
2460 r = journal_file_find_field_object(j->unique_file,
[all...]

Completed in 22 milliseconds