Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/cluster/
Dheartbeat.c188 struct list_head ds_live_item; member
817 if (!list_empty(&slot->ds_live_item)) { in o2hb_shutdown_slot()
821 list_del_init(&slot->ds_live_item); in o2hb_shutdown_slot()
919 if (list_empty(&slot->ds_live_item)) in o2hb_check_slot()
971 if (list_empty(&slot->ds_live_item) && in o2hb_check_slot()
991 list_add_tail(&slot->ds_live_item, in o2hb_check_slot()
1016 if (list_empty(&slot->ds_live_item)) in o2hb_check_slot()
1029 list_del_init(&slot->ds_live_item); in o2hb_check_slot()
1683 INIT_LIST_HEAD(&slot->ds_live_item); in o2hb_map_slot_data()