Lines Matching refs:xor_hash
1371 uint64_t xor_hash,
1395 o->entry.xor_hash = htole64(xor_hash);
1522 uint64_t xor_hash = 0;
1551 xor_hash ^= le64toh(o->data.hash);
1560 r = journal_file_append_entry_internal(f, ts, xor_hash, items, n_iovec, seqnum, ret, offset);
2164 f->current_xor_hash = le64toh(o->entry.xor_hash);
3014 uint64_t q, xor_hash = 0;
3079 xor_hash ^= le64toh(u->data.hash);
3088 r = journal_file_append_entry_internal(to, &ts, xor_hash, items, n, seqnum, ret, offset);