Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:child

218 	struct rb_node *child, *parent;
222 child = node->rb_right;
224 child = node->rb_left;
241 child = node->rb_right;
248 if (child)
249 ext2fs_rb_set_parent(child, parent);
250 parent->rb_left = child;
266 if (child)
267 ext2fs_rb_set_parent(child, parent);
271 parent->rb_left = child;
273 parent->rb_right = child;
276 root->rb_node = child;
280 __rb_erase_color(child, parent, root);
385 /* If we have a right-hand child, go down and then left as far
397 ancestor is a right-hand child of its parent, keep going
398 up. First time it's a left-hand child of its parent, said
413 /* If we have a left-hand child, go down and then right as far
423 is a right-hand child of its parent */