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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c110 unsigned currently_testing; member in struct:globals
483 if (G.currently_testing >= SB_ZONES)
487 if (!G.currently_testing)
489 printf("%d ...", G.currently_testing);
497 G.currently_testing = 0;
500 while (G.currently_testing < SB_ZONES) {
502 xlseek(G.dev_fd, G.currently_testing * BLOCK_SIZE, SEEK_SET);
505 if (G.currently_testing + try > SB_ZONES)
506 try = SB_ZONES - G.currently_testing;
507 got = do_check(G.check_blocks_buffer, try, G.currently_testing);
[all...]

Completed in 58 milliseconds