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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c283 /* This function moves an extent starting at block fblock to block to_fblock
594 unsigned int to_fblock = fblock; local
643 &to_fblock, cache)))
644 to_fblock = ++fblock;
657 ped_timer_update(timer, (float)(to_fblock - start)/divisor);
H A Dreloc_plus.c352 to block to_fblock if there's enough room */
864 unsigned int to_fblock = fblock; local
915 &fblock, &to_fblock, cache)))
916 to_fblock = ++fblock;
929 ped_timer_update(timer, (float)(to_fblock - start) / divisor);

Completed in 16 milliseconds