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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.c38 PedSector old_cluster_ofs; local
42 old_cluster_ofs = old_fs->geom->start + old_fs_info->cluster_offset;
45 if (new_cluster_ofs > old_cluster_ofs) {
47 sector_delta = new_cluster_ofs - old_cluster_ofs;
50 sector_delta = old_cluster_ofs - new_cluster_ofs;

Completed in 81 milliseconds