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

/freebsd-12-stable/stand/libsa/
H A Ddosfs.h112 u_int xclus; /* maximum cluster number */ member in struct:__anon9247
H A Ddosfs.c129 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)
534 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS)
536 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32;
538 if (fs->xclus > sc)
539 fs->xclus = sc;

Completed in 57 milliseconds