Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/cluster/
Dheartbeat.c189 u64 ds_last_generation; member
682 le64_to_cpu(hb_block->hb_generation) == slot->ds_last_generation && in o2hb_check_own_slot()
693 slot->ds_last_generation) in o2hb_check_own_slot()
700 slot->ds_node_num, (unsigned long long)slot->ds_last_generation, in o2hb_check_own_slot()
953 if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) { in o2hb_check_slot()
958 (long long)slot->ds_last_generation, in o2hb_check_slot()
962 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_check_slot()
966 slot->ds_node_num, (long long)slot->ds_last_generation, in o2hb_check_slot()
980 slot->ds_node_num, (long long)slot->ds_last_generation); in o2hb_check_slot()
1753 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_populate_slot_data()