Lines Matching defs:ctxt
844 /* Once the dlm ctxt is marked as leaving then we don't want
922 /* XXX should we consider no dlm ctxt an error? */
1566 struct domain_join_ctxt *ctxt,
1579 ret = !bitmap_equal(ctxt->live_map, dlm->live_nodes_map,
1592 struct domain_join_ctxt *ctxt;
1597 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL);
1598 if (!ctxt) {
1610 bitmap_copy(ctxt->live_map, dlm->live_nodes_map, O2NM_MAX_NODES);
1615 while ((node = find_next_bit(ctxt->live_map, O2NM_MAX_NODES,
1629 set_bit(node, ctxt->yes_resp_map);
1631 if (dlm_should_restart_join(dlm, ctxt, response)) {
1644 bitmap_copy(dlm->domain_map, ctxt->yes_resp_map, O2NM_MAX_NODES);
1651 status = dlm_send_nodeinfo(dlm, ctxt->yes_resp_map);
1656 status = dlm_send_regions(dlm, ctxt->yes_resp_map);
1663 dlm_send_join_asserts(dlm, ctxt->yes_resp_map);
1683 if (ctxt) {
1687 ctxt->yes_resp_map,
1688 sizeof(ctxt->yes_resp_map));
1692 kfree(ctxt);
2129 mlog(0, "This ctxt is not joined yet!\n");