Home | History | Annotate | Download | only in msdosfs

Lines Matching defs:slotcount

108 	int slotcount;
211 slotcount = wincnt;
214 slotcount = 0;
264 if (slotcount < wincnt) {
265 slotcount++;
277 if (slotcount < wincnt)
278 slotcount = 0;
363 printf("msdosfs_lookup(): op %d, refcnt %ld, slotcount %d, slotoffset %d\n",
364 nameiop, dp->de_refcnt, slotcount, slotoffset);
381 if (!slotcount) {
382 slotcount = 1;
385 if (wincnt > slotcount) {
387 sizeof(struct direntry) * (wincnt - slotcount);