Home
last modified time | relevance | path

Searched refs:files_cache (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-internal.h75 IteratedCache *files_cache; member
Dsd-journal.c829 r = iterated_cache_get(j->files_cache, NULL, &files, &n_files); in real_journal_next()
1920 j->files_cache = ordered_hashmap_iterated_cache_new(j->files); in journal_new()
1923 if (!j->files_cache || !j->directories_by_path || !j->mmap) in journal_new()
2149 iterated_cache_free(j->files_cache); in sd_journal_close()