Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfix.c1291 s64 actual_sectors; in try_alternate_boot() local
1308 actual_sectors = ntfs_device_size_get(vol->dev,sector_size) - 1; in try_alternate_boot()
1311 if ((actual_sectors > 0) in try_alternate_boot()
1312 && !try_fix_boot(vol, full_bs, actual_sectors, in try_alternate_boot()
1313 actual_sectors, sector_size)) in try_alternate_boot()
1319 && (shown_sectors < actual_sectors) in try_alternate_boot()
1326 && (shown_sectors > actual_sectors) in try_alternate_boot()
1327 && !try_fix_boot(vol, full_bs, 0, actual_sectors, sector_size)) in try_alternate_boot()
1364 s64 actual_sectors; in check_alternate_boot() local
1385 actual_sectors in check_alternate_boot()
[all...]

Completed in 2 milliseconds