Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c207 u64 ds_last_generation; member
561 le64_to_cpu(hb_block->hb_generation) == slot->ds_last_generation && in o2hb_check_own_slot()
572 slot->ds_last_generation) in o2hb_check_own_slot()
579 slot->ds_node_num, (unsigned long long)slot->ds_last_generation, in o2hb_check_own_slot()
832 if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) { in o2hb_check_slot()
837 (long long)slot->ds_last_generation, in o2hb_check_slot()
841 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_check_slot()
845 slot->ds_node_num, (long long)slot->ds_last_generation, in o2hb_check_slot()
859 slot->ds_node_num, (long long)slot->ds_last_generation); in o2hb_check_slot()
1673 slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation); in o2hb_populate_slot_data()