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

/systemd/src/journal/
H A Djournal-internal.h75 uint64_t xor_hash; member in struct:Location
H A Djournal-def.h111 le64_t xor_hash; member in struct:EntryObject
H A Dsd-journal.c148 l->xor_hash = le64toh(o->entry.xor_hash);
462 f->current_xor_hash == l->xor_hash)
493 if (f->current_xor_hash < l->xor_hash)
495 if (f->current_xor_hash > l->xor_hash)
940 le64toh(o->entry.xor_hash)) < 0)
949 unsigned long long seqnum, monotonic, realtime, xor_hash; local
1006 if (sscanf(item+2, "%llx", &xor_hash) != 1)
1044 j->current_location.xor_hash = (uint64_t) xor_hash;
[all...]
H A Djournal-file.c1371 uint64_t xor_hash,
1395 o->entry.xor_hash = htole64(xor_hash);
1522 uint64_t xor_hash = 0; local
1551 xor_hash ^= le64toh(o->data.hash);
1560 r = journal_file_append_entry_internal(f, ts, xor_hash, items, n_iovec, seqnum, ret, offset);
2164 f->current_xor_hash = le64toh(o->entry.xor_hash);
3014 uint64_t q, xor_hash = 0; local
3079 xor_hash ^= le64toh(u->data.hash);
3088 r = journal_file_append_entry_internal(to, &ts, xor_hash, item
1368 journal_file_append_entry_internal( JournalFile *f, const dual_timestamp *ts, uint64_t xor_hash, const EntryItem items[], unsigned n_items, uint64_t *seqnum, Object **ret, uint64_t *offset) argument
[all...]

Completed in 25 milliseconds