HFS_NODE_LEAF     119 fs/hfs/bfind.c 		if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
HFS_NODE_LEAF      50 fs/hfs/bnode.c 	if (node->type == HFS_NODE_LEAF ||
HFS_NODE_LEAF     160 fs/hfs/bnode.c 		} else if (i && node->type == HFS_NODE_LEAF) {
HFS_NODE_LEAF     185 fs/hfs/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
HFS_NODE_LEAF     196 fs/hfs/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
HFS_NODE_LEAF     354 fs/hfs/bnode.c 	case HFS_NODE_LEAF:
HFS_NODE_LEAF     379 fs/hfs/bnode.c 		    node->type != HFS_NODE_LEAF)
HFS_NODE_LEAF      34 fs/hfs/brec.c  	if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
HFS_NODE_LEAF     106 fs/hfs/brec.c  	if (node->type == HFS_NODE_LEAF) {
HFS_NODE_LEAF     188 fs/hfs/brec.c  	if (node->type == HFS_NODE_LEAF) {
HFS_NODE_LEAF     470 fs/hfs/brec.c  		new_node->type = HFS_NODE_LEAF;
HFS_NODE_LEAF     495 fs/hfs/brec.c  		if (node->type == HFS_NODE_LEAF ||
HFS_NODE_LEAF     110 fs/hfsplus/bfind.c 		if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
HFS_NODE_LEAF      64 fs/hfsplus/bnode.c 	if (node->type == HFS_NODE_LEAF ||
HFS_NODE_LEAF     320 fs/hfsplus/bnode.c 		} else if (i && node->type == HFS_NODE_LEAF) {
HFS_NODE_LEAF     345 fs/hfsplus/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
HFS_NODE_LEAF     356 fs/hfsplus/bnode.c 	} else if (node->type == HFS_NODE_LEAF)
HFS_NODE_LEAF     514 fs/hfsplus/bnode.c 	case HFS_NODE_LEAF:
HFS_NODE_LEAF     539 fs/hfsplus/bnode.c 		    node->type != HFS_NODE_LEAF)
HFS_NODE_LEAF      35 fs/hfsplus/brec.c 	if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
HFS_NODE_LEAF      93 fs/hfsplus/brec.c 	if (node->type == HFS_NODE_LEAF) {
HFS_NODE_LEAF     175 fs/hfsplus/brec.c 	if (node->type == HFS_NODE_LEAF) {
HFS_NODE_LEAF     443 fs/hfsplus/brec.c 		new_node->type = HFS_NODE_LEAF;
HFS_NODE_LEAF     468 fs/hfsplus/brec.c 		if (node->type == HFS_NODE_LEAF ||