Searched refs:xclus (Results 1 – 1 of 1) sorted by relevance
82 u_int xclus; /* maximum cluster number */ member132 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)467 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS) in parsebs()469 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32; in parsebs()471 if (fs->xclus > sc) in parsebs()472 fs->xclus = sc; in parsebs()