Searched refs:VALID64 (Results 1 - 3 of 3) sorted by relevance

/systemd/src/journal/
H A Djournal-verify.c179 if (!VALID64(o->data.next_hash_offset) ||
180 !VALID64(o->data.next_field_offset) ||
181 !VALID64(o->data.entry_offset) ||
182 !VALID64(o->data.entry_array_offset)) {
203 if (!VALID64(o->field.next_hash_offset) ||
204 !VALID64(o->field.head_data_offset)) {
252 !VALID64(o->entry.items[i].object_offset)) {
276 !VALID64(le64toh(o->hash_table.items[i].head_hash_offset))) {
285 !VALID64(le64toh(o->hash_table.items[i].tail_hash_offset))) {
317 if (!VALID64(
[all...]
H A Djournal-file.h157 #define VALID64(x) (((x) & 7ULL) == 0ULL) macro
H A Djournal-file.c324 if (!VALID64(le64toh(f->header->data_hash_table_offset)) ||
325 !VALID64(le64toh(f->header->field_hash_table_offset)) ||
326 !VALID64(le64toh(f->header->tail_object_offset)) ||
327 !VALID64(le64toh(f->header->entry_array_offset)))
510 if (!VALID64(offset))

Completed in 21 milliseconds