Searched refs:LOCLUS (Results 1 – 1 of 1) sorted by relevance
64 #define LOCLUS 2 /* lowest cluster number */ macro146 blkbyt(fs, (b) - LOCLUS))149 #define blklsn(fs, b) ((fs)->lsndta + blksec(fs, (b) - LOCLUS))157 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus)600 if (fs->rdcl < LOCLUS) in parsebs()613 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS) in parsebs()