node_type         377 fs/dlm/config.c static struct config_item_type node_type = {
node_type         576 fs/dlm/config.c 	config_item_init_type_name(&nd->item, name, &node_type);
node_type         212 fs/ubifs/debug.c 	printk(KERN_DEBUG "\tnode_type      %d (%s)\n", ch->node_type,
node_type         213 fs/ubifs/debug.c 	       dbg_ntype(ch->node_type));
node_type         271 fs/ubifs/debug.c 	switch (ch->node_type) {
node_type         546 fs/ubifs/debug.c 		       (int)ch->node_type);
node_type         106 fs/ubifs/io.c  	type = ch->node_type;
node_type         175 fs/ubifs/io.c  		ch->node_type = UBIFS_PAD_NODE;
node_type         498 fs/ubifs/io.c  	       dbg_ntype(((struct ubifs_ch *)buf)->node_type), wbuf->lnum,
node_type         644 fs/ubifs/io.c  	       lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len,
node_type         719 fs/ubifs/io.c  	if (type != ch->node_type) {
node_type         721 fs/ubifs/io.c  			  ch->node_type, type);
node_type         778 fs/ubifs/io.c  	if (type != ch->node_type) {
node_type         780 fs/ubifs/io.c  			  ch->node_type, type);
node_type         457 fs/ubifs/journal.c 	ino->ch.node_type = UBIFS_INO_NODE;
node_type         580 fs/ubifs/journal.c 		dent->ch.node_type = UBIFS_DENT_NODE;
node_type         583 fs/ubifs/journal.c 		dent->ch.node_type = UBIFS_XENT_NODE;
node_type         701 fs/ubifs/journal.c 	data->ch.node_type = UBIFS_DATA_NODE;
node_type         948 fs/ubifs/journal.c 	dent->ch.node_type = UBIFS_DENT_NODE;
node_type         960 fs/ubifs/journal.c 	dent2->ch.node_type = UBIFS_DENT_NODE;
node_type        1143 fs/ubifs/journal.c 	trun->ch.node_type = UBIFS_TRUN_NODE;
node_type        1296 fs/ubifs/journal.c 	xent->ch.node_type = UBIFS_XENT_NODE;
node_type         274 fs/ubifs/log.c 	ref->ch.node_type = UBIFS_REF_NODE;
node_type         414 fs/ubifs/log.c 	cs->ch.node_type = UBIFS_CS_NODE;
node_type         435 fs/ubifs/log.c 		ref->ch.node_type = UBIFS_REF_NODE;
node_type         917 fs/ubifs/lpt.c 	int node_type;
node_type         919 fs/ubifs/lpt.c 	node_type = ubifs_unpack_bits(addr, pos, UBIFS_LPT_TYPE_BITS);
node_type         920 fs/ubifs/lpt.c 	if (node_type != type) {
node_type         921 fs/ubifs/lpt.c 		ubifs_err("invalid type (%d) in LPT node type %d", node_type,
node_type         967 fs/ubifs/lpt_commit.c 	switch (node_type) {
node_type         987 fs/ubifs/lpt_commit.c 	switch (node_type) {
node_type        1026 fs/ubifs/lpt_commit.c 	int pos = 0, node_type;
node_type        1028 fs/ubifs/lpt_commit.c 	node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS);
node_type        1030 fs/ubifs/lpt_commit.c 	return node_type;
node_type        1044 fs/ubifs/lpt_commit.c 	int pos = 0, node_type, node_len;
node_type        1047 fs/ubifs/lpt_commit.c 	node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS);
node_type        1048 fs/ubifs/lpt_commit.c 	if (node_type == UBIFS_LPT_NOT_A_NODE)
node_type        1050 fs/ubifs/lpt_commit.c 	node_len = get_lpt_node_len(c, node_type);
node_type        1078 fs/ubifs/lpt_commit.c 	int err, len = c->leb_size, node_type, node_num, node_len, offs;
node_type        1099 fs/ubifs/lpt_commit.c 		node_type = get_lpt_node_type(c, buf, &node_num);
node_type        1100 fs/ubifs/lpt_commit.c 		node_len = get_lpt_node_len(c, node_type);
node_type        1104 fs/ubifs/lpt_commit.c 		err = make_node_dirty(c, node_type, node_num, lnum, offs);
node_type        1532 fs/ubifs/lpt_commit.c 	switch (node_type) {
node_type        1555 fs/ubifs/lpt_commit.c 	int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len;
node_type        1596 fs/ubifs/lpt_commit.c 		node_type = get_lpt_node_type(c, buf, &node_num);
node_type        1597 fs/ubifs/lpt_commit.c 		node_len = get_lpt_node_len(c, node_type);
node_type        1598 fs/ubifs/lpt_commit.c 		ret = dbg_is_node_dirty(c, node_type, lnum, c->leb_size - len);
node_type         300 fs/ubifs/orphan.c 	orph->ch.node_type = UBIFS_ORPH_NODE;
node_type         125 fs/ubifs/recovery.c 			if (ch->node_type != UBIFS_MST_NODE)
node_type         440 fs/ubifs/recovery.c 		if (ch->node_type == UBIFS_DATA_NODE && dlen >= UBIFS_CH_SZ &&
node_type         769 fs/ubifs/recovery.c 	if (cs_node->ch.node_type != UBIFS_CS_NODE) {
node_type         770 fs/ubifs/recovery.c 		dbg_err("Node a CS node, type is %d", cs_node->ch.node_type);
node_type         166 fs/ubifs/sb.c  	sup->ch.node_type  = UBIFS_SB_NODE;
node_type         205 fs/ubifs/sb.c  	mst->ch.node_type = UBIFS_MST_NODE;
node_type         272 fs/ubifs/sb.c  	idx->ch.node_type = UBIFS_IDX_NODE;
node_type         295 fs/ubifs/sb.c  	ino->ch.node_type = UBIFS_INO_NODE;
node_type         331 fs/ubifs/sb.c  	cs->ch.node_type = UBIFS_CS_NODE;
node_type          88 fs/ubifs/scan.c 	dbg_scan("scanning %s", dbg_ntype(ch->node_type));
node_type          93 fs/ubifs/scan.c 	if (ch->node_type == UBIFS_PAD_NODE) {
node_type         206 fs/ubifs/scan.c 	snod->type = ch->node_type;
node_type         211 fs/ubifs/scan.c 	switch (ch->node_type) {
node_type         466 fs/ubifs/tnc.c 	if (ch->node_type != type)
node_type          43 fs/ubifs/tnc_commit.c 	idx->ch.node_type = UBIFS_IDX_NODE;
node_type         868 fs/ubifs/tnc_commit.c 		idx->ch.node_type = UBIFS_IDX_NODE;
node_type         399 fs/ubifs/ubifs-media.h 	__u8 node_type;
node_type        1153 include/rdma/ib_verbs.h 	u8                           node_type;
node_type         342 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c 				     device->node_type))
node_type         978 net/sunrpc/xprtrdma/svc_rdma_transport.c 	switch (rdma_node_get_transport(newxprt->sc_cm_id->device->node_type)) {
node_type         541 net/tipc/cluster.c 	u32 node_type;
node_type         550 net/tipc/cluster.c 		for (node_type = 1; node_type <= 2; node_type++) {