Home
last modified time | relevance | path

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

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