Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libstand/
Ddosfs.c117 #define blkoff(fs, b) (secbyt((fs)->lsndta) + blkbyt(fs, (b) - LOCLUS))
120 #define blklsn(fs, b) ((fs)->lsndta + blksec(fs, (b) - LOCLUS))
459 fs->lsndta = fs->lsndir + entsec(fs->dirents); in parsebs()
462 if (fs->lsndta > sc) in parsebs()
464 if ((fs->xclus = secblk(fs, sc - fs->lsndta) + 1) < LOCLUS) in parsebs()
Ddosfs.h108 u_int lsndta; /* start of data area */ member