Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.h113 u_int xclus; /* maximum cluster number */ member
H A Ddosfs.c168 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)
683 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS) in parsebs()
685 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32; in parsebs()
687 if (fs->xclus > sc) in parsebs()
688 fs->xclus = sc; in parsebs()