rb_is_red          35 fs/afs/vnode.c 	       rb_is_red(node) ? 'R' : 'B',
rb_is_red          76 lib/rbtree.c   	while ((parent = rb_parent(node)) && rb_is_red(parent))
rb_is_red          84 lib/rbtree.c   				if (uncle && rb_is_red(uncle))
rb_is_red         109 lib/rbtree.c   				if (uncle && rb_is_red(uncle))
rb_is_red         148 lib/rbtree.c   			if (rb_is_red(other))
rb_is_red         185 lib/rbtree.c   			if (rb_is_red(other))