Searched refs:xclus (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h110 u_int xclus; /* maximum cluster number */ member in struct:__anon63
H A Ddosfs.c128 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)
547 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS)
549 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32;
551 if (fs->xclus > sc)
552 fs->xclus = sc;

Completed in 81 milliseconds