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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.c40 PedSector sector_delta; local
47 sector_delta = new_cluster_ofs - old_cluster_ofs;
50 sector_delta = old_cluster_ofs - new_cluster_ofs;
53 if (sector_delta % new_fs_info->cluster_sectors) {
58 (int) sector_delta,
63 ctx->start_move_delta = sector_delta / ctx->frag_sectors;

Completed in 19 milliseconds