Lines Matching defs:nextfree
2649 pc_cluster32_t nextfree, ci;
2693 nextfree = 2;
2715 mark_cluster(fatp, nextfree++,
2723 mark_cluster(fatp, nextfree, PCF_LASTCLUSTER32);
2724 wbpb->bpb32.root_dir_clust = nextfree++;
2732 *ffstartclust = nextfree;
2748 for (ci = 0; (int)ci < (int)(numclust-1); ci++, nextfree++)
2749 mark_cluster(fatp, nextfree, nextfree + 1);
2750 mark_cluster(fatp, nextfree++,
2767 fsinfop->fsi_incore.fs_next_free = LE_32(nextfree);