__bam_ca_di
__bam_ca_di(dbp, h->pgno, indx, is_insert ? 1 : -1);
__bam_ca_di(dbp, h->pgno, indx, 1);
__bam_ca_di(dbp, h->pgno, indx, 1);
__bam_ca_di(dbp, PGNO(pagep), indx, -1);
__bam_ca_di(dbp, PGNO(pagep), indx, 1);
void __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int));