Lines Matching defs:commit_ids
222 commit_id_t commit_ids[N_COMMIT_IDS];
406 return ic->commit_ids[seq] ^ cpu_to_le64(((__u64)i << 32) ^ j);
3557 ic->commit_ids[0] = cpu_to_le64(0x1111111111111111ULL);
3558 ic->commit_ids[1] = cpu_to_le64(0x2222222222222222ULL);
3559 ic->commit_ids[2] = cpu_to_le64(0x3333333333333333ULL);
3560 ic->commit_ids[3] = cpu_to_le64(0x4444444444444444ULL);
3649 sg_set_buf(&sg[i], &ic->commit_ids, sizeof ic->commit_ids);
3652 PAGE_SIZE * ic->journal_pages + sizeof ic->commit_ids, crypt_iv);
3759 if (ic->commit_ids[j] == ic->commit_ids[i]) {
3760 ic->commit_ids[i] = cpu_to_le64(le64_to_cpu(ic->commit_ids[i]) + 1);
3764 DEBUG_print("commit id %u: %016llx\n", i, ic->commit_ids[i]);