Lines Matching defs:commit_ids
232 commit_id_t commit_ids[N_COMMIT_IDS];
407 return ic->commit_ids[seq] ^ cpu_to_le64(((__u64)i << 32) ^ j);
3848 ic->commit_ids[0] = cpu_to_le64(0x1111111111111111ULL);
3849 ic->commit_ids[1] = cpu_to_le64(0x2222222222222222ULL);
3850 ic->commit_ids[2] = cpu_to_le64(0x3333333333333333ULL);
3851 ic->commit_ids[3] = cpu_to_le64(0x4444444444444444ULL);
3941 sg_set_buf(&sg[i], &ic->commit_ids, sizeof(ic->commit_ids));
3944 PAGE_SIZE * ic->journal_pages + sizeof(ic->commit_ids), crypt_iv);
4052 if (ic->commit_ids[j] == ic->commit_ids[i]) {
4053 ic->commit_ids[i] = cpu_to_le64(le64_to_cpu(ic->commit_ids[i]) + 1);
4057 DEBUG_print("commit id %u: %016llx\n", i, ic->commit_ids[i]);