Searched refs:mmap_cache (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/journal/ |
D | managed-journal-file.h | 18 MMapCache *mmap_cache, 35 MMapCache *mmap_cache, 41 int managed_journal_file_rotate(ManagedJournalFile **f, MMapCache *mmap_cache, JournalFileFlags fil…
|
D | managed-journal-file.c | 401 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/ |
D | journal-file.h | 138 MMapCache *mmap_cache,
|
D | mmap-cache.c | 252 DEFINE_TRIVIAL_REF_UNREF_FUNC(MMapCache, mmap_cache, mmap_cache_free);
|
D | journal-file.c | 3430 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()
|