Home
last modified time | relevance | path

Searched refs:SD_JOURNAL_OS_ROOT (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemd/
Dsd-journal.h71 SD_JOURNAL_OS_ROOT = 1 << 4, enumerator
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c1904 if (flags & SD_JOURNAL_OS_ROOT) in journal_new()
2004 (SD_JOURNAL_OS_ROOT | \
2019 if (flags & SD_JOURNAL_OS_ROOT) in sd_journal_open_directory()
2054 (SD_JOURNAL_OS_ROOT | \
2078 if (flags & SD_JOURNAL_OS_ROOT) in sd_journal_open_directory_fd()
2496 if (j->flags & SD_JOURNAL_OS_ROOT) in reiterate_all_paths()
/systemd-251/src/journal/
Djournalctl.c2270 r = sd_journal_open_directory(&j, arg_root, arg_journal_type | SD_JOURNAL_OS_ROOT); in main()
2320 r = sd_journal_open_directory_fd(&j, fd, SD_JOURNAL_OS_ROOT); in main()
/systemd-251/man/rules/
Dmeson.build729 'SD_JOURNAL_OS_ROOT',
/systemd-251/
DNEWS8238 with the flag SD_JOURNAL_OS_ROOT.