Searched refs:yes_resp_map (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c1560 unsigned long yes_resp_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
1627 set_bit(node, ctxt->yes_resp_map);
1639 * yes_resp_map. Copy that into our domain map and send a join
1642 bitmap_copy(dlm->domain_map, ctxt->yes_resp_map, O2NM_MAX_NODES);
1649 status = dlm_send_nodeinfo(dlm, ctxt->yes_resp_map);
1654 status = dlm_send_regions(dlm, ctxt->yes_resp_map);
1661 dlm_send_join_asserts(dlm, ctxt->yes_resp_map);
1685 ctxt->yes_resp_map,
1686 sizeof(ctxt->yes_resp_map));
1562 unsigned long yes_resp_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; member in struct:domain_join_ctxt

Completed in 115 milliseconds