Searched defs:new_frag (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.c207 FatFragment new_frag; local
227 new_frag = fat_op_context_map_static_fragment (ctx, frag);
228 if (new_frag == -1)
231 new_clst = fat_frag_to_cluster (ctx->new_fs, new_frag);
H A Dresize.c270 FatFragment new_frag; local
272 new_frag = fat_op_context_map_fragment (ctx,
274 new_clst = fat_frag_to_cluster (ctx->old_fs, new_frag);
395 FatFragment new_frag; local
412 new_frag = fat_op_context_map_static_fragment (
414 if (new_frag == -1)
417 new_frag);
422 new_frag = fat_op_context_map_fragment (ctx, old_frag);
423 new_cluster = fat_frag_to_cluster (ctx->new_fs, new_frag);

Completed in 22 milliseconds