Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Djournal-def.h175 # define HEADER_COMPATIBLE_SUPPORTED HEADER_COMPATIBLE_SEALED macro
177 # define HEADER_COMPATIBLE_SUPPORTED 0 macro
Djournal-verify.c910 if (le32toh(f->header->compatible_flags) & ~HEADER_COMPATIBLE_SUPPORTED) { in journal_file_verify()
Djournal-file.c369 … supported = compatible ? HEADER_COMPATIBLE_SUPPORTED : HEADER_INCOMPATIBLE_SUPPORTED; in warn_wrong_flags()