Searched refs:fatsectors (Results 1 – 1 of 1) sorted by relevance
57 long long sectors, fatsectors, dsectors; in check_fat_bootsect() local72 fatsectors = get_16(§buf->bsFATsecs); in check_fat_bootsect()73 fatsectors = fatsectors ? fatsectors : get_32(§buf->bs32.FATSz32); in check_fat_bootsect()74 fatsectors *= get_8(§buf->bsFATs); in check_fat_bootsect()75 dsectors -= fatsectors; in check_fat_bootsect()85 fatsectors = get_16(§buf->bsFATsecs); in check_fat_bootsect()86 fatsectors = fatsectors ? fatsectors : get_32(§buf->bs32.FATSz32); in check_fat_bootsect()87 fatsectors *= get_8(§buf->bsFATs); in check_fat_bootsect()89 if (!fatsectors) in check_fat_bootsect()