Home
last modified time | relevance | path

Searched refs:maxnodes (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdebug.c271 static int stringify_nodemap(unsigned long *nodemap, int maxnodes, in stringify_nodemap() argument
277 while ((i = find_next_bit(nodemap, maxnodes, i + 1)) < maxnodes) in stringify_nodemap()