Lines Matching defs:current
958 s64 cl; /* current cluster */
1021 static void progress_update(struct progress_bar *p, u64 current)
1031 percent = p->unit * current;
1032 if (current != p->stop) {
1033 if ((current - p->start) % p->resolution)
3467 printf("Sectors allocated to volume : old %lld current %lld difference %lld\n",
3471 printf("Clusters allocated to volume : old %lld current %lld difference %lld\n",
3838 struct DELAYED *current;
3846 for (current=delayed; current; current=current->next)
3850 current = delayed;
3852 while (current) {
3853 delayed = current;
3858 current = current->next;