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

/systemd/src/journal/
H A Dtest-journal-flush.c59 r = journal_file_copy_entry(f, new_journal, o, f->current_offset, NULL, NULL, NULL);
H A Djournal-file.h221 int journal_file_copy_entry(JournalFile *from, JournalFile *to, Object *o, uint64_t p, uint64_t *seqnum, Object **ret, uint64_t *offset);
H A Djournald-server.c1105 r = journal_file_copy_entry(f, s->system_journal, o, f->current_offset, NULL, NULL, NULL);
1124 r = journal_file_copy_entry(f, s->system_journal, o, f->current_offset, NULL, NULL, NULL);
H A Djournal-file.c3012 int journal_file_copy_entry(JournalFile *from, JournalFile *to, Object *o, uint64_t p, uint64_t *seqnum, Object **ret, uint64_t *offset) { function

Completed in 46 milliseconds