Searched refs:nfat (Results 1 – 3 of 3) sorted by relevance
285 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0); in well_formed()307 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors; in calculate_parameters()365 FirstRootDirSecNum = PC_RESSEC(h) + h->bs.nfat * h->bs.fatsec; in get_label_16()514 (unsigned short)PC_RESSEC(h), h->bs.nfat); in dumpfs()586 ADD_UINT32(h, "fats", h->bs.nfat); in get_attr()
1053 int nfat; in pc_syncfat() local1065 for (nfat = 0; nfat < fsp->pcfs_numfat; nfat++) { in pc_syncfat()1067 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec)); in pc_syncfat()2546 int nfat; in pc_getfat() local2607 for (nfat = 1; nfat < fsp->pcfs_numfat; nfat++) { in pc_getfat()2612 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec); in pc_getfat()2625 nfat, (void *)(uintptr_t)startsec, off, in pc_getfat()2640 nfat, (void *)(uintptr_t)startsec, off, in pc_getfat()
117 uchar_t nfat; /* number of FATs */ member