Lines Matching refs:dndx
431 &hcp->dpagep, hcp->dndx, __ham_del_page)) != 0)
440 hcp->dndx = NUM_ENT(hcp->dpagep);
452 hcp->dndx = 0; /* Case 2 */
941 hcp->dndx = 0;
948 hcp->dndx++;
951 hcp->dndx--;
956 hcp->dndx = 0;
968 hcp->dndx = NUM_ENT(hcp->dpagep) - 1;
983 hcp->dpgno, &hcp->dndx, &hcp->dpagep, &cmp))
1027 ndx = hcp->dndx;
1297 lcp->dndx = hcp->dndx;
1314 if (add && lcp->dndx >= hcp->dndx )
1315 lcp->dndx++;
1316 else if (!add && lcp->dndx > hcp->dndx)
1317 lcp->dndx--;
1318 else if (!add && lcp->dndx == hcp->dndx)
1325 if (lcp->dndx > hcp->dndx)
1329 if (lcp->dndx > hcp->dndx)