Lines Matching defs:put_child
417 static void put_child(struct key_vector *tn, unsigned long i,
474 put_child(tp, get_index(key, tp), n);
568 put_child(tn, get_index(inode->key, tn), inode);
577 put_child(tn, 2 * i + 1, get_child(inode, 1));
578 put_child(tn, 2 * i, get_child(inode, 0));
608 put_child(node1, --j, get_child(inode, --k));
609 put_child(node0, j, get_child(inode, j));
610 put_child(node1, --j, get_child(inode, --k));
611 put_child(node0, j, get_child(inode, j));
619 put_child(tn, 2 * i + 1, node1);
620 put_child(tn, 2 * i, node0);
659 put_child(tn, i / 2, node1 ? : node0);
670 put_child(inode, 1, node1);
671 put_child(inode, 0, node0);
675 put_child(tn, i / 2, inode);
1136 put_child(tn, get_index(key, tn) ^ 1, n);