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

/freebsd-12-stable/stand/libsa/
H A Ddosfs.h111 u_int fatsz; /* FAT entry size */ member in struct:__anon9247
H A Ddosfs.c209 if (fs->fatsz == 32) {
256 clus = stclus(fs->fatsz, de);
301 if ((clus = stclus(f->fs->fatsz, &f->de)))
536 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32;
537 sc = (secbyt(fs->spf) << 1) / (fs->fatsz >> 2) - 1;
571 if ((err = lookup(fs, stclus(fs->fatsz, de), name, &de)))
596 if (!clus && fs->fatsz == 32)
652 if (fatend(fs->fatsz, clus))
747 return (fatend(fs->fatsz, c) ? n : -1);
767 offset = fatoff(fs->fatsz, val_i
[all...]

Completed in 111 milliseconds