Home
last modified time | relevance | path

Searched refs:hb_generation (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/cluster/
Docfs2_heartbeat.h34 __le64 hb_generation; member
Dheartbeat.c669 (long long)le64_to_cpu(hb_block->hb_generation)); in o2hb_dump_slot()
703 le64_to_cpu(hb_block->hb_generation) == slot->ds_last_generation && in o2hb_check_own_slot()
713 else if (le64_to_cpu(hb_block->hb_generation) != in o2hb_check_own_slot()
723 (unsigned long long)le64_to_cpu(hb_block->hb_generation), in o2hb_check_own_slot()
749 hb_block->hb_generation = cpu_to_le64(generation); in o2hb_prepare_block()
974 if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) { in o2hb_check_slot()
980 (long long)le64_to_cpu(hb_block->hb_generation)); in o2hb_check_slot()
983 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_check_slot()
1819 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_populate_slot_data()