Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/cluster/
Dheartbeat.c185 u64 ds_last_generation; member
680 le64_to_cpu(hb_block->hb_generation) == slot->ds_last_generation && in o2hb_check_own_slot()
691 slot->ds_last_generation) in o2hb_check_own_slot()
698 slot->ds_node_num, (unsigned long long)slot->ds_last_generation, in o2hb_check_own_slot()
951 if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) { in o2hb_check_slot()
956 (long long)slot->ds_last_generation, in o2hb_check_slot()
960 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_check_slot()
964 slot->ds_node_num, (long long)slot->ds_last_generation, in o2hb_check_slot()
978 slot->ds_node_num, (long long)slot->ds_last_generation); in o2hb_check_slot()
1748 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_populate_slot_data()