nodes_cnt         220 fs/ubifs/auth.c 	if (sleb->nodes_cnt == 0) {
nodes_cnt         831 fs/ubifs/debug.c 	       sleb->nodes_cnt, sleb->endpt);
nodes_cnt          97 fs/ubifs/master.c 	int lnum, offs = 0, nodes_cnt, err;
nodes_cnt         104 fs/ubifs/master.c 	nodes_cnt = sleb->nodes_cnt;
nodes_cnt         105 fs/ubifs/master.c 	if (nodes_cnt > 0) {
nodes_cnt         120 fs/ubifs/master.c 	if (sleb->nodes_cnt != nodes_cnt)
nodes_cnt         122 fs/ubifs/master.c 	if (!sleb->nodes_cnt)
nodes_cnt         579 fs/ubifs/recovery.c 		sleb->nodes_cnt -= 1;
nodes_cnt         604 fs/ubifs/recovery.c 		sleb->nodes_cnt -= 1;
nodes_cnt         874 fs/ubifs/recovery.c 		if (sleb->nodes_cnt) {
nodes_cnt         608 fs/ubifs/replay.c 		return sleb->nodes_cnt;
nodes_cnt        1011 fs/ubifs/replay.c 	if (sleb->nodes_cnt == 0) {
nodes_cnt         214 fs/ubifs/scan.c 	sleb->nodes_cnt += 1;
nodes_cnt         321 fs/ubifs/ubifs.h 	int nodes_cnt;
nodes_cnt          88 tools/perf/builtin-c2c.c 	int			 nodes_cnt;
nodes_cnt         143 tools/perf/builtin-c2c.c 	c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt);
nodes_cnt         147 tools/perf/builtin-c2c.c 	c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats));
nodes_cnt        1093 tools/perf/builtin-c2c.c 	for (node = 0; node < c2c.nodes_cnt; node++) {
nodes_cnt        1962 tools/perf/builtin-c2c.c 	if (bitmap_weight(c2c_he->nodeset, c2c.nodes_cnt)) {
nodes_cnt        1963 tools/perf/builtin-c2c.c 		len = bitmap_scnprintf(c2c_he->nodeset, c2c.nodes_cnt,
nodes_cnt        2039 tools/perf/builtin-c2c.c 	c2c.nodes_cnt = session->header.env.nr_numa_nodes;
nodes_cnt        2046 tools/perf/builtin-c2c.c 	nodes = zalloc(sizeof(unsigned long *) * c2c.nodes_cnt);
nodes_cnt        2061 tools/perf/builtin-c2c.c 	for (node = 0; node < c2c.nodes_cnt; node++) {