Searched defs:sd_journal (Results 1 – 2 of 2) sorted by relevance
67 struct sd_journal { struct68 int toplevel_fd;70 char *path;71 char *prefix;72 char *namespace;74 OrderedHashmap *files;75 IteratedCache *files_cache;76 MMapCache *mmap;78 Location current_location;80 JournalFile *current_file;[all …]
63 typedef struct sd_journal sd_journal; typedef