Lines Matching defs:node
128 u8 migrate_done; /* set to 1 means node has migrated all lock resources */
253 u8 node)
257 dlm->joining_node = node;
272 /* max milliseconds to wait to sync up a network failure with a node death */
316 u8 owner; //node which owns the lock resource, or unknown
337 u8 node;
524 * at most one dlm_lock on a lockres for each node in the cluster,
679 * lvb recovery based on each node's info */
815 struct dlm_lock * dlm_new_lock(int type, u8 node, u64 cookie,
848 int dlm_is_node_dead(struct dlm_ctxt *dlm, u8 node);
849 void dlm_wait_for_node_death(struct dlm_ctxt *dlm, u8 node, int timeout);
850 void dlm_wait_for_node_recovery(struct dlm_ctxt *dlm, u8 node, int timeout);
948 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data);
949 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data);