Searched refs:nodemap (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c50 void *nodemap, u32 flags);
365 mlog(0, "node %u already removed from nodemap!\n", idx);
862 * considered. these will not appear in the mle nodemap
1652 void *nodemap, u32 flags)
1671 /* note that if this nodemap is empty, it returns 0 */
1672 dlm_node_iter_init(nodemap, &iter);
2084 unsigned long nodemap[BITS_TO_LONGS(O2NM_MAX_NODES)]; local
2097 bitmap_copy(nodemap, dlm->domain_map, O2NM_MAX_NODES);
2100 clear_bit(dlm->node_num, nodemap);
2105 clear_bit(request_from, nodemap);
1650 dlm_do_assert_master(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, void *nodemap, u32 flags) argument
[all...]
H A Ddlmdebug.c254 static int stringify_nodemap(unsigned long *nodemap, int maxnodes, argument
260 while ((i = find_next_bit(nodemap, maxnodes, i + 1)) < maxnodes)

Completed in 483 milliseconds