Lines Matching refs:fields_offset
1341 j->fields_offset = 0;
2573 j->fields_offset = 0;
2586 if (j->fields_offset == 0) {
2602 j->fields_offset = le64toh(f->field_hash_table[j->fields_hash_table_index].head_hash_offset);
2604 if (j->fields_offset != 0)
2619 j->fields_offset = 0;
2627 r = journal_file_move_to_object(f, OBJECT_FIELD, j->fields_offset, &o);
2631 j->fields_offset = le64toh(o->field.next_hash_offset);
2632 if (j->fields_offset == 0) {
2640 r = journal_file_move_to_object(f, OBJECT_UNUSED, j->fields_offset, &o);
2646 log_debug("%s:offset " OFSfmt ": object has type %i, expected %i", f->path, j->fields_offset, o->object.type, OBJECT_FIELD);
2701 j->fields_offset = 0;