Lines Matching refs:to
41 uint64_t max_use; /* how much disk space to use in total at max, keep_free permitting */
42 uint64_t min_use; /* how much disk space to use in total at least, even if keep_free says not to */
43 uint64_t keep_free; /* how much to keep free on disk */
44 uint64_t n_max_files; /* how many files to keep around at max */
57 /* We already read the entry we currently point to, and the
58 * next one to read should probably not be this one again. */
61 /* We should seek to the precise location specified, and
159 /* Use six characters to cover the offsets common in smallish journal
221 int journal_file_copy_entry(JournalFile *from, JournalFile *to, Object *o, uint64_t p, uint64_t *seqnum, Object **ret, uint64_t *offset);
234 int journal_file_get_cutoff_realtime_usec(JournalFile *f, usec_t *from, usec_t *to);
235 int journal_file_get_cutoff_monotonic_usec(JournalFile *f, sd_id128_t boot, usec_t *from, usec_t *to);