node_count        294 arch/powerpc/platforms/pseries/mobility.c 			u32 node_count = be32_to_cpu(*data) & NODE_COUNT_MASK;
node_count        298 arch/powerpc/platforms/pseries/mobility.c 			for (i = 0; i < node_count; i++) {
node_count        242 drivers/acpi/arm64/iort.c 	for (i = 0; i < iort->node_count; i++) {
node_count       1596 drivers/acpi/arm64/iort.c 	for (i = 0; i < iort->node_count; i++) {
node_count        493 drivers/firewire/core-topology.c 	int node_count = (card->root_node->node_id & 0x3f) + 1;
node_count        498 drivers/firewire/core-topology.c 	*map++ = cpu_to_be32((node_count << 16) | self_id_count);
node_count        176 drivers/misc/cxl/flash.c 	u32 action, node_count;
node_count        199 drivers/misc/cxl/flash.c 			node_count = be32_to_cpu(*data) & NODE_COUNT_MASK;
node_count        201 drivers/misc/cxl/flash.c 				 action, node_count);
node_count        204 drivers/misc/cxl/flash.c 			for (i = 0; i < node_count; i++) {
node_count        545 drivers/w1/w1_netlink.c 	int node_count = 0;
node_count        571 drivers/w1/w1_netlink.c 			++node_count;
node_count        580 drivers/w1/w1_netlink.c 	if (node_count) {
node_count        600 drivers/w1/w1_netlink.c 			node_count * sizeof(struct w1_cb_node) +
node_count        627 drivers/w1/w1_netlink.c 		block->first_cn = (struct cn_msg *)(node + node_count);
node_count        222 fs/hfs/bnode.c 	if (cnid >= tree->node_count) {
node_count        244 fs/hfs/bnode.c 	if (cnid >= tree->node_count) {
node_count         88 fs/hfs/btree.c 	tree->node_count = be32_to_cpu(head->node_count);
node_count         98 fs/hfs/btree.c 	if (!tree->node_count)
node_count        178 fs/hfs/btree.c 	head->node_count = cpu_to_be32(tree->node_count);
node_count        241 fs/hfs/btree.c 		tree->free_nodes += count - tree->node_count;
node_count        242 fs/hfs/btree.c 		tree->node_count = count;
node_count         27 fs/hfs/btree.h 	u32 node_count;
node_count        148 fs/hfs/btree.h 	__be32 node_count;	/* (V) The total number of nodes */
node_count        123 fs/hfs/inode.c 		} while (--i && nidx < tree->node_count);
node_count        387 fs/hfsplus/bnode.c 	if (cnid >= tree->node_count) {
node_count        408 fs/hfsplus/bnode.c 	if (cnid >= tree->node_count) {
node_count        172 fs/hfsplus/btree.c 	tree->node_count = be32_to_cpu(head->node_count);
node_count        234 fs/hfsplus/btree.c 	if (!tree->node_count)
node_count        301 fs/hfsplus/btree.c 	head->node_count = cpu_to_be32(tree->node_count);
node_count        367 fs/hfsplus/btree.c 		tree->free_nodes += count - tree->node_count;
node_count        368 fs/hfsplus/btree.c 		tree->node_count = count;
node_count         83 fs/hfsplus/hfsplus_fs.h 	u32 node_count;
node_count        175 fs/hfsplus/hfsplus_raw.h 	__be32 node_count;
node_count        120 fs/hfsplus/inode.c 		} while (--i && nidx < tree->node_count);
node_count         83 fs/hfsplus/xattr.c 	head->node_count = cpu_to_be32(tmp);
node_count         84 fs/hfsplus/xattr.c 	head->free_nodes = cpu_to_be32(be32_to_cpu(head->node_count) - 1);
node_count         94 fs/hfsplus/xattr.c 	if (be32_to_cpu(head->node_count) > hdr_node_map_rec_bits) {
node_count        101 fs/hfsplus/xattr.c 		map_nodes = (be32_to_cpu(head->node_count) -
node_count        109 fs/hfsplus/xattr.c 		be32_to_cpu(head->node_count) - be32_to_cpu(head->free_nodes);
node_count         76 include/acpi/actbl2.h 	u32 node_count;
node_count         19 lib/objagg.c   	unsigned int node_count;
node_count        678 lib/objagg.c   	objagg_hints->node_count++;
node_count        971 lib/objagg.c   	if (WARN_ON(objagg_hints->node_count != objagg->obj_count)) {
node_count       1029 lib/objagg.c   					   objagg_hints->node_count),
node_count       1287 sound/soc/bcm/cygnus-ssp.c 	int node_count;
node_count       1310 sound/soc/bcm/cygnus-ssp.c 	node_count = of_get_child_count(pdev->dev.of_node);
node_count       1311 sound/soc/bcm/cygnus-ssp.c 	if ((node_count < 1) || (node_count > CYGNUS_MAX_PORTS)) {
node_count       1313 sound/soc/bcm/cygnus-ssp.c 			node_count, CYGNUS_MAX_PORTS);