Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dutil.h24 int prot_from_flags(int flags) _const_;
Dutil.c35 int prot_from_flags(int flags) { in prot_from_flags() function
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c3519 f->cache_fd = mmap_cache_add_fd(mmap_cache, f->fd, prot_from_flags(open_flags)); in journal_file_open()