Searched defs:bf (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournal-file.c2167 int journal_file_compare_locations(JournalFile *af, JournalFile *bf) { argument
2170 assert(bf);
2171 assert(bf->header);
2173 assert(bf->location_type == LOCATION_SEEK);
2177 if (sd_id128_equal(af->current_boot_id, bf->current_boot_id) &&
2178 af->current_monotonic == bf->current_monotonic &&
2179 af->current_realtime == bf->current_realtime &&
2180 af->current_xor_hash == bf->current_xor_hash)
2183 if (sd_id128_equal(af->header->seqnum_id, bf->header->seqnum_id)) {
2187 if (af->current_seqnum < bf
[all...]

Completed in 18 milliseconds