Home
last modified time | relevance | path

Searched refs:journal_file_copy_entry (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/journal/
Dtest-journal-flush.c55 r = journal_file_copy_entry(f, new_journal->file, o, f->current_offset); in main()
Djournald-server.c1202 r = journal_file_copy_entry(f, s->system_journal->file, o, f->current_offset); in server_flush_to_var()
1223 r = journal_file_copy_entry(f, s->system_journal->file, o, f->current_offset); in server_flush_to_var()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h230 int journal_file_copy_entry(JournalFile *from, JournalFile *to, Object *o, uint64_t p);
Djournal-file.c3735 int journal_file_copy_entry(JournalFile *from, JournalFile *to, Object *o, uint64_t p) { in journal_file_copy_entry() function