Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/cluster/
Dheartbeat.c185 u64 ds_last_generation; member
676 le64_to_cpu(hb_block->hb_generation) == slot->ds_last_generation && in o2hb_check_own_slot()
687 slot->ds_last_generation) in o2hb_check_own_slot()
694 slot->ds_node_num, (unsigned long long)slot->ds_last_generation, in o2hb_check_own_slot()
947 if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) { in o2hb_check_slot()
952 (long long)slot->ds_last_generation, in o2hb_check_slot()
956 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_check_slot()
960 slot->ds_node_num, (long long)slot->ds_last_generation, in o2hb_check_slot()
974 slot->ds_node_num, (long long)slot->ds_last_generation); in o2hb_check_slot()
1746 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_populate_slot_data()