Lines Matching refs:next_hash_offset
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() function
1234 le64_t *next_hash_offset, in next_hash_offset() argument
1240 nextp = le64toh(READ_NOW(*next_hash_offset)); in next_hash_offset()
1305 r = next_hash_offset( in journal_file_find_field_object_with_hash()
1308 &o->field.next_hash_offset, in journal_file_find_field_object_with_hash()
1436 r = next_hash_offset( in journal_file_find_data_object_with_hash()
1439 &o->data.next_hash_offset, in journal_file_find_data_object_with_hash()