Lines Matching defs:put_child
416 static void put_child(struct key_vector *tn, unsigned long i,
473 put_child(tp, get_index(key, tp), n);
567 put_child(tn, get_index(inode->key, tn), inode);
576 put_child(tn, 2 * i + 1, get_child(inode, 1));
577 put_child(tn, 2 * i, get_child(inode, 0));
607 put_child(node1, --j, get_child(inode, --k));
608 put_child(node0, j, get_child(inode, j));
609 put_child(node1, --j, get_child(inode, --k));
610 put_child(node0, j, get_child(inode, j));
618 put_child(tn, 2 * i + 1, node1);
619 put_child(tn, 2 * i, node0);
658 put_child(tn, i / 2, node1 ? : node0);
669 put_child(inode, 1, node1);
670 put_child(inode, 0, node0);
674 put_child(tn, i / 2, inode);
1089 put_child(tn, get_index(key, tn) ^ 1, n);