Lines Matching refs:nodemap
52 void *nodemap, u32 flags);
367 mlog(0, "node %u already removed from nodemap!\n", idx);
864 * considered. these will not appear in the mle nodemap
1654 void *nodemap, u32 flags)
1673 /* note that if this nodemap is empty, it returns 0 */
1674 dlm_node_iter_init(nodemap, &iter);
2086 unsigned long nodemap[BITS_TO_LONGS(O2NM_MAX_NODES)];
2099 memcpy(nodemap, dlm->domain_map, sizeof(nodemap));
2102 clear_bit(dlm->node_num, nodemap);
2107 clear_bit(request_from, nodemap);
2110 bit = find_next_bit(nodemap, O2NM_MAX_NODES,
2114 clear_bit(bit, nodemap);
2135 /* this call now finishes out the nodemap
2139 ret = dlm_do_assert_master(dlm, res, nodemap, flags);
3442 /* this call now finishes out the nodemap