Searched refs:clus (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/lib/libsa/
H A Ddosfs.c233 u_int size, clus; local
245 clus = stclus(fs->fatsz, de);
248 if ((!(de->deAttributes & ATTR_DIRECTORY) && (!clus != !size)) ||
250 (clus && !okclus(fs, clus))) {
284 u_int nb, off, clus, c, cnt, n; local
295 if ((clus = stclus(f->fs->fatsz, &f->de)))
302 if ((c = clus))
315 if (!clus || (n = f->fs->bsize - off) > cnt)
514 lookup(DOS_FS *fs, u_int clus, cons argument
[all...]
/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c158 u_int8_t clus[2]; /* starting cluster */ member in struct:de

Completed in 95 milliseconds