Searched refs:next_hash_offset (Results 1 – 6 of 6) sorted by relevance
64 le64_t next_hash_offset; \79 le64_t next_hash_offset; \
192 if (!VALID64(le64toh(o->data.next_hash_offset)) || in journal_file_object_verify()197 le64toh(o->data.next_hash_offset), in journal_file_object_verify()231 if (!VALID64(le64toh(o->field.next_hash_offset)) || in journal_file_object_verify()235 le64toh(o->field.next_hash_offset), in journal_file_object_verify()573 next = le64toh(o->data.next_hash_offset); in verify_data_hash_table()630 q = le64toh(o->data.next_hash_offset); in data_object_in_hash_table()
674 if (!VALID64(le64toh(o->data.next_hash_offset)) || in journal_file_check_object()680 le64toh(o->data.next_hash_offset), in journal_file_check_object()696 if (!VALID64(le64toh(o->field.next_hash_offset)) || in journal_file_check_object()700 le64toh(o->field.next_hash_offset), in journal_file_check_object()1158 o->field.next_hash_offset = o->field.head_data_offset = 0; in journal_file_link_field()1169 o->field.next_hash_offset = htole64(offset); in journal_file_link_field()1203 o->data.next_hash_offset = o->data.next_field_offset = 0; in journal_file_link_data()1220 o->data.next_hash_offset = htole64(offset); in journal_file_link_data()1231 static int next_hash_offset( in next_hash_offset() function1234 le64_t *next_hash_offset, in next_hash_offset() argument[all …]
3127 j->fields_offset = le64toh(o->field.next_hash_offset); in sd_journal_enumerate_fields()
391 le64_t next_hash_offset;410 **next_hash_offset** is used to link up DATA objects in the DATA_HASH_TABLE if436 le64_t next_hash_offset;450 **next_hash_offset** is used to link up FIELD objects in the FIELD_HASH_TABLE522 objects, respectively. DATA's and FIELD's next_hash_offset field are used to
134 q = le64toh(o.data.next_hash_offset)) { in managed_journal_file_punch_holes()