Home
last modified time | relevance | path

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

/systemd-251/src/journal/
Dmanaged-journal-file.h18 MMapCache *mmap_cache,
35 MMapCache *mmap_cache,
41 int managed_journal_file_rotate(ManagedJournalFile **f, MMapCache *mmap_cache, JournalFileFlags fil…
Dmanaged-journal-file.c401 MMapCache *mmap_cache, in managed_journal_file_open() argument
415 mmap_cache, template ? template->file : NULL, &f->file); in managed_journal_file_open()
445 MMapCache *mmap_cache, in managed_journal_file_rotate() argument
469 mmap_cache, in managed_journal_file_rotate()
487 MMapCache *mmap_cache, in managed_journal_file_open_reliably() argument
495 mmap_cache, deferred_closes, template, ret); in managed_journal_file_open_reliably()
525 mmap_cache, deferred_closes, template, ret); in managed_journal_file_open_reliably()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h138 MMapCache *mmap_cache,
Dmmap-cache.c252 DEFINE_TRIVIAL_REF_UNREF_FUNC(MMapCache, mmap_cache, mmap_cache_free);
Djournal-file.c3430 MMapCache *mmap_cache, in journal_file_open() argument
3441 assert(mmap_cache); in journal_file_open()
3519 f->cache_fd = mmap_cache_add_fd(mmap_cache, f->fd, prot_from_flags(open_flags)); in journal_file_open()