HomeSort by: relevance | last modified time | path
    Searched defs:xclus (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libsa/
dosfs.c 82 u_int xclus; /* maximum cluster number */ member in struct:__anonc34c81eb0208
138 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)
465 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS)
467 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32;
469 if (fs->xclus > sc)
470 fs->xclus = sc;

Completed in 15 milliseconds