Lines Matching defs:slotcount
142 int slotcount;
185 slotcount = 0;
231 if (slotcount < wincnt) {
232 slotcount++;
244 if (slotcount < wincnt)
245 slotcount = 0;
311 DPRINTF(("%s(): refcnt %ld, slotcount %d, slotoffset %d\n",
312 __func__, dp->de_refcnt, slotcount, slotoffset));
318 if (!slotcount) {
319 slotcount = 1;
322 if (wincnt > slotcount) {
323 slotoffset += sizeof(struct direntry) * (wincnt - slotcount);