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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c96 DWORD geo_sectors, geo_heads; member in struct:__anon4304
468 fd->geo_sectors = ((DISK_GEOMETRY*)&b)->SectorsPerTrack;
473 fd->geo_sectors = ddi->Int13.SectorsPerTrack;
478 fd->geo_sectors = ddi->ExInt13.ExSectorsPerTrack;
492 fd->geo_sectors = ((DISK_GEOMETRY*)&b)->SectorsPerTrack;
493 fd->geo_size = fd->geo_cylinders * fd->geo_sectors *
501 fd->geo_sectors = -1;
1371 argp->sectors = fd->geo_sectors;

Completed in 78 milliseconds