Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.c75 #define LOCLUS 2 /* lowest cluster number */ macro
157 blkbyt(fs, (b) - LOCLUS))
160 #define blklsn(fs, b) ((fs)->lsndta + blksec(fs, (b) - LOCLUS))
168 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)
670 if (fs->rdcl < LOCLUS) in parsebs()
683 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS) in parsebs()