btree_compact
if ((rc = btree_compact(bt)) == -1 && errno == EBUSY)
if ((rc = btree_compact(bt)) != BT_SUCCESS)
int btree_compact(struct btree *bt);