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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.c153 FatFragment mapped_frag; local
155 mapped_frag = fat_op_context_map_static_fragment (ctx,
157 if (mapped_frag != -1)
158 return fat_frag_to_cluster (ctx->new_fs, mapped_frag);
172 FatFragment mapped_frag; local
174 mapped_frag = fat_op_context_map_fragment (ctx,
176 if (mapped_frag != -1)
177 return fat_frag_to_cluster (ctx->new_fs, mapped_frag);

Completed in 15 milliseconds