SYNC_MARKS
unsigned long mark[SYNC_MARKS];
sector_t mark_cnt[SYNC_MARKS];
for (m = 0; m < SYNC_MARKS; m++) {
int next = (last_mark+1) % SYNC_MARKS;