Lines Matching refs:cyls
345 static int sector2CHS(mbr_chs_t *chs, int spos, int cyls, int heads, int secs) in sector2CHS() argument
350 if (spos >= cyls) { in sector2CHS()
365 static void init_mbr(BDRVVVFATState *s, int cyls, int heads, int secs) in init_mbr() argument
381 cyls, heads, secs); in init_mbr()
383 cyls, heads, secs); in init_mbr()
1141 int cyls, heads, secs; in vvfat_open() local
1193 cyls = 80; in vvfat_open()
1201 cyls = s->fat_type == 12 ? 64 : 1024; in vvfat_open()
1233 dirname, cyls, heads, secs)); in vvfat_open()
1235 s->sector_count = cyls * heads * secs - s->offset_to_bootsector; in vvfat_open()
1236 bs->total_sectors = cyls * heads * secs; in vvfat_open()
1278 init_mbr(s, cyls, heads, secs); in vvfat_open()