Lines Matching refs:xor_hash
1868 uint64_t xor_hash, in journal_file_append_entry_internal() argument
1892 o->entry.xor_hash = htole64(xor_hash); in journal_file_append_entry_internal()
2034 uint64_t xor_hash = 0; in journal_file_append_entry() local
2081 xor_hash ^= jenkins_hash64(iovec[i].iov_base, iovec[i].iov_len); in journal_file_append_entry()
2083 xor_hash ^= le64toh(o->data.hash); in journal_file_append_entry()
2096 …r = journal_file_append_entry_internal(f, ts, boot_id, xor_hash, items, n_iovec, seqnum, ret, ret_… in journal_file_append_entry()
2848 f->current_xor_hash = le64toh(o->entry.xor_hash); in journal_file_save_location()
3736 uint64_t q, n, xor_hash = 0; in journal_file_copy_entry() local
3814 xor_hash ^= jenkins_hash64(data, l); in journal_file_copy_entry()
3816 xor_hash ^= le64toh(u->data.hash); in journal_file_copy_entry()
3828 … r = journal_file_append_entry_internal(to, &ts, boot_id, xor_hash, items, n, NULL, NULL, NULL); in journal_file_copy_entry()