Lines Matching refs:le64_to_cpu
525 (long long)le64_to_cpu(hb_block->hb_seq), in o2hb_dump_slot()
527 (long long)le64_to_cpu(hb_block->hb_generation)); in o2hb_dump_slot()
560 if (le64_to_cpu(hb_block->hb_seq) == slot->ds_last_time && in o2hb_check_own_slot()
561 le64_to_cpu(hb_block->hb_generation) == slot->ds_last_generation && in o2hb_check_own_slot()
571 else if (le64_to_cpu(hb_block->hb_generation) != in o2hb_check_own_slot()
581 (unsigned long long)le64_to_cpu(hb_block->hb_generation), in o2hb_check_own_slot()
582 (unsigned long long)le64_to_cpu(hb_block->hb_seq)); in o2hb_check_own_slot()
820 cputime = le64_to_cpu(hb_block->hb_seq); in o2hb_check_slot()
832 if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) { in o2hb_check_slot()
838 (long long)le64_to_cpu(hb_block->hb_generation)); in o2hb_check_slot()
841 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_check_slot()
847 (unsigned long long)le64_to_cpu(hb_block->hb_seq), in o2hb_check_slot()
1672 slot->ds_last_time = le64_to_cpu(hb_block->hb_seq); in o2hb_populate_slot_data()
1673 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_populate_slot_data()