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

/systemd/src/journal/
H A Djournal-verify.c317 if (!VALID64(o->entry_array.next_entry_array_offset)) {
320 o->entry_array.next_entry_array_offset);
325 if (le64toh(o->entry_array.items[i]) != 0 &&
326 !VALID64(le64toh(o->entry_array.items[i]))) {
330 le64toh(o->entry_array.items[i]));
457 if (entry_p <= le64toh(o->entry_array.items[u-1])) {
466 if (le64toh(o->entry_array.items[z]) == entry_p)
472 if (entry_p < le64toh(o->entry_array.items[z]))
483 a = le64toh(o->entry_array.next_entry_array_offset);
541 next = le64toh(o->entry_array
[all...]
H A Djournal-def.h146 EntryArrayObject entry_array; member in union:Object
H A Djournal-file.c1187 return (le64toh(o->object.size) - offsetof(Object, entry_array.items)) / sizeof(uint64_t);
1224 o->entry_array.items[i] = htole64(p);
1231 a = le64toh(o->entry_array.next_entry_array_offset);
1243 offsetof(Object, entry_array.items) + n * sizeof(uint64_t),
1254 o->entry_array.items[i] = htole64(p);
1263 o->entry_array.next_entry_array_offset = htole64(q);
1657 p = le64toh(o->entry_array.items[i]);
1663 a = le64toh(o->entry_array.next_entry_array_offset);
1670 chain_cache_put(f->chain_cache, ci, first, a, le64toh(o->entry_array.items[0]), t, i);
1782 lp = p = le64toh(array->entry_array
[all...]

Completed in 1642 milliseconds