Lines Matching refs:entry_offset
661 if ((le64toh(o->data.entry_offset) == 0) ^ (le64toh(o->data.n_entries) == 0)) in journal_file_check_object()
676 !VALID64(le64toh(o->data.entry_offset)) || in journal_file_check_object()
682 le64toh(o->data.entry_offset), in journal_file_check_object()
1204 o->data.entry_offset = o->data.entry_array_offset = 0; in journal_file_link_data()
1809 &o->data.entry_offset, in journal_file_link_entry_item()
2822 le64toh(o->data.entry_offset), in journal_file_move_to_entry_by_monotonic()
2985 le64toh(d->data.entry_offset), in journal_file_next_entry_for_data()
3012 le64toh(d->data.entry_offset), in journal_file_move_to_entry_by_offset_for_data()
3031 uint64_t b, z, entry_offset, entry_array_offset, n_entries; in journal_file_move_to_entry_by_monotonic_for_data() local
3038 entry_offset = le64toh(READ_NOW(d->data.entry_offset)); in journal_file_move_to_entry_by_monotonic_for_data()
3050 le64toh(o->data.entry_offset), in journal_file_move_to_entry_by_monotonic_for_data()
3071 entry_offset, in journal_file_move_to_entry_by_monotonic_for_data()
3082 le64toh(o->data.entry_offset), in journal_file_move_to_entry_by_monotonic_for_data()
3123 le64toh(d->data.entry_offset), in journal_file_move_to_entry_by_seqnum_for_data()
3145 le64toh(d->data.entry_offset), in journal_file_move_to_entry_by_realtime_for_data()
3889 r = journal_file_move_to_object(f, OBJECT_ENTRY, le64toh(o->data.entry_offset), &o); in journal_file_get_cutoff_monotonic_usec()
3902 le64toh(o->data.entry_offset), in journal_file_get_cutoff_monotonic_usec()