Searched refs:unique_offset (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Djournal-internal.h107 uint64_t unique_offset; member in struct:sd_journal
H A Dsd-journal.c1334 j->unique_offset = 0;
2421 j->unique_offset = 0;
2446 j->unique_offset = 0;
2459 if (j->unique_offset == 0) {
2464 j->unique_offset = r > 0 ? le64toh(o->field.head_data_offset) : 0;
2466 r = journal_file_move_to_object(j->unique_file, OBJECT_DATA, j->unique_offset, &o);
2470 j->unique_offset = le64toh(o->data.next_field_offset);
2474 if (j->unique_offset == 0) {
2485 r = journal_file_move_to_object(j->unique_file, OBJECT_UNUSED, j->unique_offset, &o);
2492 j->unique_file->path, j->unique_offset,
[all...]

Completed in 70 milliseconds