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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmmaster.c67 void *nodemap, u32 flags);
385 mlog(0, "node %u already removed from nodemap!\n", idx);
830 * considered. these will not appear in the mle nodemap
1625 void *nodemap, u32 flags)
1644 /* note that if this nodemap is empty, it returns 0 */
1645 dlm_node_iter_init(nodemap, &iter);
2052 unsigned long nodemap[BITS_TO_LONGS(O2NM_MAX_NODES)]; local
2065 memcpy(nodemap, dlm->domain_map, sizeof(nodemap));
2068 clear_bit(dlm->node_num, nodemap);
1623 dlm_do_assert_master(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, void *nodemap, u32 flags) argument
[all...]
H A Ddlmdebug.c274 static int stringify_nodemap(unsigned long *nodemap, int maxnodes, argument
280 while ((i = find_next_bit(nodemap, maxnodes, i + 1)) < maxnodes)

Completed in 39 milliseconds